aboutsummaryrefslogtreecommitdiff
path: root/tests/server/Makefile.inc
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-06-10 08:17:16 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-17 16:08:00 +0200
commit40259ca65544cd5227cec387d1bb4ded01596ebc (patch)
tree582ca9b6a654788aeca0fb7a65fa7d8d398d1ca9 /tests/server/Makefile.inc
parent13d9bb8bad62dfcf23486885bfa3d0b5542a8193 (diff)
tests: have runtests figure out disabled features
... so that runtests can skip individual test cases that test features that are explicitly disabled in this build. This new logic is intended for disabled features that aren't otherwise easily visible through the curl_version_info() or other API calls. tests/server/disabled is a newly built executable that will output a list of disabled features. Outputs nothing for a default build. Closes #3950
Diffstat (limited to 'tests/server/Makefile.inc')
-rw-r--r--tests/server/Makefile.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/server/Makefile.inc b/tests/server/Makefile.inc
index f14d35d12..6296af7cc 100644
--- a/tests/server/Makefile.inc
+++ b/tests/server/Makefile.inc
@@ -1,4 +1,4 @@
-noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd fake_ntlm socksd
+noinst_PROGRAMS = getpart resolve rtspd sockfilt sws tftpd fake_ntlm socksd disabled
CURLX_SRCS = \
../../lib/mprintf.c \
@@ -74,3 +74,5 @@ fake_ntlm_SOURCES = $(CURLX_SRCS) $(CURLX_HDRS) $(USEFUL) $(UTIL) \
fake_ntlm.c
fake_ntlm_LDADD = @CURL_NETWORK_AND_TIME_LIBS@
fake_ntlm_CFLAGS = $(AM_CFLAGS)
+
+disabled_SOURCES = disabled.c