summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-01-24 21:26:09 +0300
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2021-01-24 21:26:09 +0300
commit8f66b6e03625e8b429ad61cf702dc5edf8099964 (patch)
treee5209cdf9f03ea24143c203dfcc6416fa8b8ed35
parentc7cbc6cfc0b37bff65879c8b93b120de39dd40b3 (diff)
testcurl/Makefile.am: minor fixes
-rw-r--r--src/testcurl/Makefile.am10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/testcurl/Makefile.am b/src/testcurl/Makefile.am
index ac5830eb..3e853ff9 100644
--- 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