From dc417436fa7845d8de9b88e34d38684abb049977 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Thu, 13 Aug 2009 12:42:04 +1200 Subject: [PATCH] TestBed: Add bootstrap tests --- test-suite/buildtests/layer-00-bootstrap.opts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 test-suite/buildtests/layer-00-bootstrap.opts diff --git a/test-suite/buildtests/layer-00-bootstrap.opts b/test-suite/buildtests/layer-00-bootstrap.opts new file mode 100644 index 0000000000..7951738a93 --- /dev/null +++ b/test-suite/buildtests/layer-00-bootstrap.opts @@ -0,0 +1,14 @@ +## Special run - to be done before all others... +# +## locate the sources and go there... +topb=`dirname $0` +topc=`dirname ${topb}` +cd ${topc} + +# echo "DEBUG: top=${top}" +# echo "DEBUG: topB=${topb}" +# echo "DEBUG: topC=${topc}" + +## Bootstrap the sources in case configure or makefiles changed. +./bootstrap.sh +exit $? -- 2.47.2