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