From 151531173bd50d66548effa50ef7393a8c680513 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Wed, 12 Dec 2007 01:27:48 +0000 Subject: Run tinderbox builds in a test debug mode using "make test-debug" git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1866 f882894a-f735-0410-b71e-b25c423dba1c --- plugins-scripts/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'plugins-scripts') diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 6656881d..01fca20d 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am @@ -22,6 +22,10 @@ test: perl -I $(top_builddir) -I $(top_srcdir) ../test.pl perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test +test-debug: + NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl + NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test + CLEANFILES=$(libexec_SCRIPTS) .pl : -- cgit v1.2.3-74-g34f1