]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-00-default.opts
Source Format Enforcement (#763)
[thirdparty/squid.git] / test-suite / buildtests / layer-00-default.opts
1 ## Copyright (C) 1996-2021 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 # Complete Check - everything MUST work at this level
10 MAKETEST="distcheck"
11 #
12 # Default configuration options.
13 # - Nothing special configured. Just whatever is found by "./configure"
14 #
15 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
16 # distcheck target recursive tests beteen scripted runs.
17 # we use it to perform the same duty between our nested scripts.
18 DISTCHECK_CONFIGURE_FLAGS=""
19
20 # Fix the distclean testing.
21 export DISTCHECK_CONFIGURE_FLAGS
22