Make test target more quiet

This commit is contained in:
Erik Ekman 2007-01-30 22:16:49 +00:00
parent 3e52c974bc
commit 5733c68988

View File

@ -3,7 +3,7 @@ all:
@(cd src; make all)
test: all
(cd tests; make all)
@(cd tests; make all)
clean:
@echo "Cleaning..."