From: Amos Jeffries Date: Sat, 8 Aug 2009 23:58:53 +0000 (+1200) Subject: TestBed: Add bootstrap tests X-Git-Tag: SQUID_3_2_0_1~806 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6f5853e3703f5be0677ff8dbf9e38b263db3231;p=thirdparty%2Fsquid.git TestBed: Add bootstrap tests Test and run bootstrap. This has the side effect of preparing the sources for further tests even when configure.in and Makefile.am's have changed. --- 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 $?