mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge branch 'development-restricted'
This commit is contained in:
commit
58ec0a6af3
|
|
@ -37,7 +37,8 @@ fi
|
||||||
|
|
||||||
# Step 1 - Make and instrumented build for code coverage
|
# Step 1 - Make and instrumented build for code coverage
|
||||||
export CFLAGS=' --coverage -g3 -O0 '
|
export CFLAGS=' --coverage -g3 -O0 '
|
||||||
make clean; make
|
make clean
|
||||||
|
make
|
||||||
|
|
||||||
|
|
||||||
# Step 2 - Execute the tests
|
# Step 2 - Execute the tests
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue