diff options
| -rw-r--r-- | tests/Makefile.am | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index cd2e05809..471e30830 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,10 +3,10 @@ all:  install:  test: -	./runtests.pl +	perl runtests.pl  quiet-test: -	./runtests.pl -s -a +	perl runtests.pl -s -a  clean:  	rm -rf log  | 
