]> granicus.if.org Git - curl/commit
tests: have runtests figure out disabled features
authorDaniel Stenberg <daniel@haxx.se>
Mon, 10 Jun 2019 06:17:16 +0000 (08:17 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 17 Jun 2019 14:08:00 +0000 (16:08 +0200)
commit40259ca65544cd5227cec387d1bb4ded01596ebc
tree582ca9b6a654788aeca0fb7a65fa7d8d398d1ca9
parent13d9bb8bad62dfcf23486885bfa3d0b5542a8193
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
tests/data/test1001
tests/runtests.pl
tests/server/Makefile.inc
tests/server/disabled.c [new file with mode: 0644]