commit | 9794cb4f03fdde064866f0fe4ac4c00ce4f5a09e | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 18:55:00 2009 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Jul 28 18:55:00 2009 +0000 |
tree | 58756b8d4edcba3ad24a7228e090159a41ae85c1 | |
parent | 77b385e91a0e48c4c263b2db1baa4887c7f61860 [diff] |
- Addec 'make check' to the standard Makefile
diff --git a/tests/Makefile b/tests/Makefile index 0954def..e254aa4 100644 --- a/tests/Makefile +++ b/tests/Makefile
@@ -79,3 +79,6 @@ clean: rm -f $(APPS) *.c +check: $(APPS) + echo "Running checks" + for i in $(APPS); do echo " - $${i}"; ./$${i} | grep PASSED; done