]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-05-nodeps-esi.opts
Merge from trunk
[thirdparty/squid.git] / test-suite / buildtests / layer-05-nodeps-esi.opts
1 #
2 #
3 # Component Missing Libraries Check - everything MUST work at this level
4 MAKETEST="distcheck"
5 #
6 # Currently tested components with plug-in-play capability:
7 #
8 # ESI - optional libexpat, libxml2
9 #
10 # NP: there must be no overlap in code for plugging the libraries in/out.
11 # this means we can test the absence of all in one run and save time.
12 #
13 OPTS="--enable-esi --without-expat --without-libxml2"
14
15 # Fix the distclean testing.
16 export DISTCHECK_CONFIGURE_FLAGS="${OPTS}"