]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-05-nodeps-esi.opts
Merge from trunk rev.13584
[thirdparty/squid.git] / test-suite / buildtests / layer-05-nodeps-esi.opts
1 ## Copyright (C) 1996-2014 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 #
9 # Component Missing Libraries Check - everything MUST work at this level
10 MAKETEST="distcheck"
11 #
12 # Currently tested components with plug-in-play capability:
13 #
14 # ESI - optional libexpat, libxml2
15 #
16 # NP: there must be no overlap in code for plugging the libraries in/out.
17 # this means we can test the absence of all in one run and save time.
18 #
19 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
20 # distcheck target recursive tests beteen scripted runs.
21 # we use it to perform the same duty between our nested scripts.
22 DISTCHECK_CONFIGURE_FLAGS="\
23 --enable-esi \
24 --without-expat \
25 --without-libxml2 \
26 --enable-build-info"
27
28 # Fix the distclean testing.
29 export DISTCHECK_CONFIGURE_FLAGS