]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
TestBed: Add test layer for code with optional missing libraries
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 11:02:59 +0000 (00:02 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 2 Oct 2009 11:02:59 +0000 (00:02 +1300)
test-suite/buildtests/layer-05-nodeps-esi.opts [new file with mode: 0644]

diff --git a/test-suite/buildtests/layer-05-nodeps-esi.opts b/test-suite/buildtests/layer-05-nodeps-esi.opts
new file mode 100644 (file)
index 0000000..5d7b751
--- /dev/null
@@ -0,0 +1,16 @@
+#
+#
+# Component Missing Libraries Check - everything MUST work at this level
+MAKETEST="distcheck"
+#
+# Currently tested components with plug-in-play capability:
+#
+#      ESI - optional libexpat, libxml2
+#
+# NP: there must be no overlap in code for plugging the libraries in/out.
+#     this means we can test the absence of all in one run and save time.
+#
+OPTS="--enable-esi --without-expat --without-xml2"
+
+# Fix the distclean testing.
+export DISTCHECK_CONFIGURE_FLAGS="${OPTS}"