commit 8f66b6e03625e8b429ad61cf702dc5edf8099964 parent c7cbc6cfc0b37bff65879c8b93b120de39dd40b3 Author: Evgeny Grin (Karlson2k) <k2k@narod.ru> Date: Sun, 24 Jan 2021 21:26:09 +0300 testcurl/Makefile.am: minor fixes Diffstat:
| M | src/testcurl/Makefile.am | | | 10 | +++++----- |
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am @@ -1,5 +1,5 @@ # This Makefile.am is in the public domain -SUBDIRS = . +SUBDIRS = . if USE_COVERAGE AM_CFLAGS = -fprofile-arcs -ftest-coverage @@ -40,10 +40,10 @@ endif endif if ENABLE_DAUTH - THREAD_ONLY_TESTS += \ - test_digestauth \ - test_digestauth_sha256 \ - test_digestauth_with_arguments +THREAD_ONLY_TESTS += \ + test_digestauth \ + test_digestauth_sha256 \ + test_digestauth_with_arguments endif if HAVE_POSIX_THREADS