mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-06 14:38:57 +01:00
fix make target name
This commit is contained in:
parent
9dea8bd658
commit
79d090b340
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -58,7 +58,7 @@ test-ref-configs:
|
||||||
|
|
||||||
# note: for coverage testing, build with:
|
# note: for coverage testing, build with:
|
||||||
# CFLAGS='--coverage' make OFLAGS='-g3 -O0'
|
# CFLAGS='--coverage' make OFLAGS='-g3 -O0'
|
||||||
testcov:
|
covtest:
|
||||||
make check
|
make check
|
||||||
# add programs/test/selftest even though the selftest functions are
|
# add programs/test/selftest even though the selftest functions are
|
||||||
# called from the testsuites since it runs them in verbose mode,
|
# called from the testsuites since it runs them in verbose mode,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue