diff options
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 11e0a258d..41a3d0931 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -66,7 +66,7 @@ endif perlcheck: @if ! test -x "$(PERL)"; then echo "No perl!"; exit 2; fi -test: perhcheck all +test: perlcheck all $(TEST) quiet-test: perlcheck all |