mirror of
https://github.com/yuzu-emu/mbedtls
synced 2024-11-24 10:28:35 +00:00
make: friendlier test target
This commit is contained in:
parent
469238a9a5
commit
d75d7cf844
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -49,8 +49,8 @@ clean:
|
|||
cd programs && $(MAKE) clean && cd ..
|
||||
cd tests && $(MAKE) clean && cd ..
|
||||
|
||||
check:
|
||||
( cd tests && $(MAKE) check )
|
||||
check: lib
|
||||
( cd tests && $(MAKE) && $(MAKE) check )
|
||||
|
||||
apidoc:
|
||||
mkdir -p apidoc
|
||||
|
|
Loading…
Reference in a new issue