]> git.ipfire.org Git - thirdparty/squid.git/blob - test-suite/buildtests/layer-02-maximus.opts
Build libprofiler only when it will be operational
[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.in by:
13 # grep -E "^AC_ARG_ENABLE" ./configure.in | 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.in | 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-coss-membuf-size=N \
26 # --with-filedescriptors=N \
27 # --with-cppunit-basedir=PATH \
28 # --with-openssl=PATH \
29 # --with-po2html=PATH \
30 # --with-tags=TAGS \
31 #
32 # Following features require special support from other optional packages.
33 # We can't test them automatically everywhere without detecting those
34 # optional packages first.
35 #
36 # --enable-ecap \
37 # --enable-epoll \
38 # --enable-kqueue \
39 # --enable-win32-service \
40 # --with-valgrind-debug \
41 #
42 # --enable-cpu-profiling \ Requires CPU support.
43 #
44 #
45 # NP: DISTCHECK_CONFIGURE_FLAGS is a magic automake macro for the
46 # distcheck target recursive tests beteen scripted runs.
47 # we use it to perform the same duty between our nested scripts.
48 DISTCHECK_CONFIGURE_FLAGS=" \
49 --enable-loadable-modules \
50 --enable-gnuregex \
51 --enable-optimizations \
52 --enable-inline \
53 --enable-debug-cbdata \
54 --enable-xmalloc-statistics \
55 --enable-async-io \
56 --enable-storeio \
57 --enable-disk-io \
58 --enable-removal-policies \
59 --enable-icmp \
60 --enable-delay-pools \
61 --enable-icap-client \
62 --enable-useragent-log \
63 --enable-referer-log \
64 --enable-wccp \
65 --enable-wccpv2 \
66 --enable-kill-parent-hack \
67 --enable-snmp \
68 --enable-cachemgr-hostname \
69 --enable-eui \
70 --enable-htcp \
71 --enable-ssl \
72 --enable-forw-via-db \
73 --enable-cache-digests \
74 --enable-poll \
75 --enable-select \
76 --enable-http-violations \
77 --enable-ipfw-transparent \
78 --enable-leakfinder \
79 --enable-follow-x-forwarded-for \
80 --enable-ident-lookups \
81 --enable-internal-dns \
82 --enable-default-hostsfile \
83 --enable-auth \
84 --enable-basic-auth-helpers \
85 --enable-ntlm-auth-helpers \
86 --enable-negotiate-auth-helpers \
87 --enable-digest-auth-helpers \
88 --enable-ntlm-fail-open \
89 --enable-external-acl-helpers \
90 --enable-url-rewrite-helpers \
91 --enable-mempools \
92 --enable-unlinkd \
93 --enable-stacktraces \
94 --enable-vary \
95 --enable-x-accelerator-vary \
96 --enable-ipv6 \
97 --enable-auto-locale \
98 --enable-translation \
99 --enable-zph-qos \
100 --enable-esi \
101 --with-aio \
102 --with-build-environment=default \
103 --with-dl \
104 --with-dns-cname \
105 --with-gnu-ld \
106 --with-ipv6-split-stack \
107 --with-large-files \
108 --with-pic \
109 --with-pthreads \
110 --enable-build-info=squid\ test\ build \
111 "
112
113 # Fix the distclean testing.
114 export DISTCHECK_CONFIGURE_FLAGS