mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-28 10:16:22 +01:00
make: add a 'test-ref-configs' target
This commit is contained in:
parent
d75d7cf844
commit
6529ff0b6a
2 changed files with 7 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -52,6 +52,9 @@ clean:
|
|||
check: lib
|
||||
( cd tests && $(MAKE) && $(MAKE) check )
|
||||
|
||||
test-ref-configs:
|
||||
tests/scripts/test-ref-configs.pl
|
||||
|
||||
apidoc:
|
||||
mkdir -p apidoc
|
||||
doxygen doxygen/polarssl.doxyfile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue