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