]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-01-minimal.opts
Sync with trunk r14734
[thirdparty/squid.git] / test-suite / buildtests / layer-01-minimal.opts
1 ## Copyright (C) 1996-2016 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 # Minimal configuration options.
10 # - Everthing that can be disabled is
11 # - Everyhing that can be done without is
12 #
13 #
14 # Check - everything MUST work at this level
15 # distcheck is not possible here since it drops our configure options...
16 MAKETEST="distcheck"
17 #
18 #
19 # The options for this level can be easily generated semi-automatically from configure.ac by:
20 # grep -E "^AC_ARG_ENABLE" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >disable.opts
21 # followed by insertion of ' --disable-' and '\' strings
22 #
23 # grep -E "^AC_ARG_WITH" ./configure.ac | grep -o -E "[0-9a-z\-]+[,]" | grep -o -E "[^,]+" >without.opts
24 # followed by insertion of ' --without-' and ' \' strings
25 #
26 # sometimes it's just too automatic.. Following options should be just stripped
27 #
28 # --without-default-user \
29 # --without-aufs-threads \
30 # --without-filedescriptors \
31 # --without-build-environment \
32 #
33 #
34 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
35 # distcheck target recursive tests beteen scripted runs.
36 # we use it to perform the same duty between our nested scripts.
37 DISTCHECK_CONFIGURE_FLAGS=" \
38 --disable-build-info \
39 --disable-loadable-modules \
40 --disable-gnuregex \
41 --disable-optimizations \
42 --disable-inline \
43 --disable-debug-cbdata \
44 --disable-xmalloc-statistics \
45 --disable-async-io \
46 --disable-storeio \
47 --disable-disk-io \
48 --disable-removal-policies \
49 --disable-icmp \
50 --disable-delay-pools \
51 --disable-esi \
52 --disable-icap-client \
53 --disable-ecap \
54 --disable-useragent-log \
55 --disable-referer-log \
56 --disable-wccp \
57 --disable-wccpv2 \
58 --disable-kill-parent-hack \
59 --disable-snmp \
60 --disable-cachemgr-hostname \
61 --disable-eui \
62 --disable-htcp \
63 --disable-ssl-crtd \
64 --disable-forw-via-db \
65 --disable-cache-digests \
66 --disable-poll \
67 --disable-select \
68 --disable-kqueue \
69 --disable-epoll \
70 --disable-http-violations \
71 --disable-ipfw-transparent \
72 --disable-ipf-transparent \
73 --disable-pf-transparent \
74 --disable-linux-netfilter \
75 --disable-linux-tproxy \
76 --disable-leakfinder \
77 --disable-follow-x-forwarded-for \
78 --disable-ident-lookups \
79 --disable-default-hostsfile \
80 --disable-auth \
81 --disable-basic-auth-helpers \
82 --disable-ntlm-auth-helpers \
83 --disable-negotiate-auth-helpers \
84 --disable-digest-auth-helpers \
85 --disable-ntlm-fail-open \
86 --disable-external-acl-helpers \
87 --disable-url-rewrite-helpers \
88 --disable-mempools \
89 --disable-win32-service \
90 --disable-unlinkd \
91 --disable-stacktraces \
92 --disable-cpu-profiling \
93 --disable-vary \
94 --disable-ipv6 \
95 --disable-zph-qos \
96 --disable-auto-locale \
97 --disable-translation \
98 \
99 --without-pthreads \
100 --without-aio \
101 --without-dl \
102 --without-large-files \
103 --without-valgrind-debug \
104 --without-ipv6-split-stack \
105 --without-dns-cname \
106 --without-gnutls \
107 --without-openssl \
108 --without-po2html \
109 "
110
111 # Fix the distclean testing.
112 export DISTCHECK_CONFIGURE_FLAGS