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