summaryrefslogtreecommitdiff
path: root/unittest/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'unittest/Makefile.am')
-rw-r--r--unittest/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/unittest/Makefile.am b/unittest/Makefile.am
index 6cca1165cfe..f2f7fc0bf7d 100644
--- a/unittest/Makefile.am
+++ b/unittest/Makefile.am
@@ -1,6 +1,5 @@
SUBDIRS = mytap . mysys examples
-noinst_SCRIPTS = unit
EXTRA_DIST = unit.pl
CLEANFILES = unit
@@ -9,6 +8,5 @@ unittests = mytap mysys
test:
perl unit.pl run $(unittests)
-unit: $(srcdir)/unit.pl
- install $(srcdir)/unit.pl $@
-
+test-verbose:
+ HARNESS_VERBOSE=1 perl unit.pl run $(unittests)