mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-07 23:45:18 +00:00
- Added generic 'make check' in Makefile
This commit is contained in:
parent
972f8e77cf
commit
46a6839a03
1 changed files with 2 additions and 0 deletions
2
Makefile
2
Makefile
|
|
@ -30,3 +30,5 @@ clean:
|
|||
cd programs && make clean && cd ..
|
||||
cd tests && make clean && cd ..
|
||||
|
||||
check:
|
||||
( cd tests && make check )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue