From: Amos Jeffries Date: Thu, 13 Aug 2009 00:42:04 +0000 (+1200) Subject: TestBed: Add bootstrap tests X-Git-Tag: SQUID_3_0_STABLE19~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc417436fa7845d8de9b88e34d38684abb049977;p=thirdparty%2Fsquid.git TestBed: Add bootstrap tests --- 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 $?