summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 56c9db8)
raw | patch | inline | side by side (parent: 56c9db8)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 11 Dec 2007 10:58:21 +0000 (10:58 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 11 Dec 2007 10:58:21 +0000 (10:58 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1862 f882894a-f735-0410-b71e-b25c423dba1c
lib/tests/Makefile.am | patch | blob | history |
diff --git a/lib/tests/Makefile.am b/lib/tests/Makefile.am
index e7bbb76f57bb56ef3eb3420e73cdbda3e2c579b7..2f46400263422d99a6459005369a7234ea17e2c8 100644 (file)
--- a/lib/tests/Makefile.am
+++ b/lib/tests/Makefile.am
test_base64_LDADD = ../base64.o
test: ${noinst_PROGRAMS}
- perl -MTest::Harness -e '$$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)
+ perl -MTest::Harness -e '$$Test::Harness::verbose=1; $$Test::Harness::switches=""; runtests(map {$$_ .= ".t"} @ARGV)' $(EXTRA_PROGRAMS)