]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: Add bootstrap tests
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Aug 2009 00:42:04 +0000 (12:42 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 13 Aug 2009 00:42:04 +0000 (12:42 +1200)
test-suite/buildtests/layer-00-bootstrap.opts [new file with mode: 0644]

diff --git a/test-suite/buildtests/layer-00-bootstrap.opts b/test-suite/buildtests/layer-00-bootstrap.opts
new file mode 100644 (file)
index 0000000..7951738
--- /dev/null
@@ -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 $?