From: Amos Jeffries Date: Fri, 2 Oct 2009 11:02:59 +0000 (+1300) Subject: TestBed: Add test layer for code with optional missing libraries X-Git-Tag: SQUID_3_2_0_1~673 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a4a1414fab95e7600dbba94e244c75a11b3eb7ce;p=thirdparty%2Fsquid.git TestBed: Add test layer for code with optional missing libraries --- diff --git a/test-suite/buildtests/layer-05-nodeps-esi.opts b/test-suite/buildtests/layer-05-nodeps-esi.opts new file mode 100644 index 0000000000..5d7b751ff4 --- /dev/null +++ b/test-suite/buildtests/layer-05-nodeps-esi.opts @@ -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}"