[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[libmicrohttpd] 03/04: testcurl/Makefile.am: minor fixes
From: |
gnunet |
Subject: |
[libmicrohttpd] 03/04: testcurl/Makefile.am: minor fixes |
Date: |
Sun, 24 Jan 2021 19:31:46 +0100 |
This is an automated email from the git hooks/post-receive script.
karlson2k pushed a commit to branch master
in repository libmicrohttpd.
commit 8f66b6e03625e8b429ad61cf702dc5edf8099964
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
AuthorDate: Sun Jan 24 21:26:09 2021 +0300
testcurl/Makefile.am: minor fixes
---
src/testcurl/Makefile.am | 10 +++++-----
1 file 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
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.