mirror of
https://github.com/monitoring-plugins/monitoring-plugins.git
synced 2026-04-22 14:46:57 -04:00
plugins-scripts/Makefile.am: Testing scripts with 'perl -wc'
This commit is contained in:
parent
1861e6a2d9
commit
c0b4f41899
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ TESTS = @SCRIPT_TEST@
|
|||
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
|
||||
for PLSCRIPTS in *.pl; do perl -wc $$PLSCRIPTS || exit 1; done
|
||||
|
||||
test-debug:
|
||||
NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl
|
||||
|
|
|
|||
Loading…
Reference in a new issue