diff options
Diffstat (limited to 'plugins-scripts/Makefile.am')
| -rw-r--r-- | plugins-scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 794a34f8..ea65aed1 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
| @@ -36,6 +36,8 @@ TESTS = @SCRIPT_TEST@ | |||
| 36 | test: | 36 | test: |
| 37 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 37 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
| 38 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test | 38 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test |
| 39 | for SCRIPT in *.pl; do perl -wc $$SCRIPT || exit 1; done | ||
| 40 | set -e; for SCRIPT in *.sh; do sh -n $$SCRIPT || exit 1; done | ||
| 39 | 41 | ||
| 40 | test-debug: | 42 | test-debug: |
| 41 | NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 43 | NPTEST_DEBUG=1 HARNESS_VERBOSE=1 perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
