Suppress printing subdirectory entry for "make test"

This commit is contained in:
Dianne Skoll
2019-12-31 23:11:55 -05:00
parent 8b4bc0f56e
commit b66eb5d3ec

View File

@@ -25,7 +25,7 @@ clean:
cd src; $(MAKE) clean
test:
@cd src && $(MAKE) test
@cd src && $(MAKE) -s test
distclean: clean
rm -f config.cache config.log config.status src/Makefile src/config.h tests/test.out www/Makefile