diff options
Diffstat (limited to 'plugins-scripts/Makefile.am')
-rw-r--r-- | plugins-scripts/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins-scripts/Makefile.am b/plugins-scripts/Makefile.am index 39291c8..6656881 100644 --- a/plugins-scripts/Makefile.am +++ b/plugins-scripts/Makefile.am | |||
@@ -20,6 +20,7 @@ TESTS = @SCRIPT_TEST@ | |||
20 | 20 | ||
21 | test: | 21 | test: |
22 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl | 22 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl |
23 | perl -I $(top_builddir) -I $(top_srcdir) ../test.pl t/utils.t # utils.t is excluded from above, so manually ask to test | ||
23 | 24 | ||
24 | CLEANFILES=$(libexec_SCRIPTS) | 25 | CLEANFILES=$(libexec_SCRIPTS) |
25 | 26 | ||