summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GNUmakefile')
-rw-r--r--tests/GNUmakefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/GNUmakefile b/tests/GNUmakefile
index c9b4ae9..ca22877 100644
--- a/tests/GNUmakefile
+++ b/tests/GNUmakefile
@@ -21,11 +21,11 @@ local_clean:
local_distclean:
local_test:
- $(TOPDIR)/src/check_curl --config-file clientcertcheck
- $(TOPDIR)/src/check_curl --config-file connect_failure
- $(TOPDIR)/src/check_curl --config-file DNS_failure
- $(TOPDIR)/src/check_curl --config-file iis
- $(TOPDIR)/src/check_curl --config-file not_found
- $(TOPDIR)/src/check_curl --config-file openssl.org
- $(TOPDIR)/src/check_curl --config-file PortalZH
- $(TOPDIR)/src/check_curl --config-file useragent
+ -$(TOPDIR)/src/check_curl --config-file clientcertcheck
+ -$(TOPDIR)/src/check_curl --config-file connect_failure
+ -$(TOPDIR)/src/check_curl --config-file DNS_failure
+ -$(TOPDIR)/src/check_curl --config-file iis
+ -$(TOPDIR)/src/check_curl --config-file not_found
+ -$(TOPDIR)/src/check_curl --config-file openssl.org
+ -$(TOPDIR)/src/check_curl --config-file PortalZH
+ -$(TOPDIR)/src/check_curl --config-file useragent