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/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugins') diff --git a/plugins/Makefile.am b/plugins/Makefile.am index eafcc5cd..30080aeb 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -44,6 +44,9 @@ TESTS = @PLUGIN_TEST@ test: perl -I $(top_builddir) -I $(top_srcdir) ../test.pl +test-debug: + NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl + ############################################################################## # the actual targets -- cgit v1.2.3