make test in root now runs make quiet-test in the test dir
This commit is contained in:
@@ -5,6 +5,10 @@ install:
|
||||
test:
|
||||
./runtests.pl
|
||||
|
||||
quiet-test:
|
||||
./runtests.pl -s -c
|
||||
|
||||
clean:
|
||||
rm -rf log
|
||||
find . -name "*~" | xargs rm -f
|
||||
|
||||
|
||||
Reference in New Issue
Block a user