Code

Run tinderbox builds in a test debug mode using "make test-debug"
[nagiosplug.git] / plugins-scripts / Makefile.am
index 6656881db07710b3eb3cf311a7d207bbda583e70..01fca20d2eb95d49cc9db67eb71b4573d3743dc6 100644 (file)
@@ -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 :