mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-08 15:39:22 +01:00
- Addec 'make check' to the standard Makefile
This commit is contained in:
parent
77b385e91a
commit
9794cb4f03
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue