summaryrefslogtreecommitdiff
path: root/tests/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
committerAndreas Baumann <abaumann@yahoo.com>2009-09-28 15:01:44 +0000
commit864f2f68ef8e2214e6caeadd7207a7e6ede25cc3 (patch)
treeb2e1785cb75086f90f024993a81cff148e23c704 /tests/GNUmakefile
parent84a914e547b30d183be51a48cbc630174481c430 (diff)
downloadnagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.gz
nagios-plugin-curl-864f2f68ef8e2214e6caeadd7207a7e6ede25cc3.tar.bz2
added all SSL options we currently need, --insecure worksm already
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