1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-12-24 17:41:01 +03:00

- Addec 'make check' to the standard Makefile

This commit is contained in:
Paul Bakker
2009-07-28 18:55:00 +00:00
parent 77b385e91a
commit 9794cb4f03

View File

@@ -79,3 +79,6 @@ test_suite_xtea: test_suite_xtea.c ../library/libpolarssl.a
clean:
rm -f $(APPS) *.c
check: $(APPS)
echo "Running checks"
for i in $(APPS); do echo " - $${i}"; ./$${i} | grep PASSED; done