1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-30 17:41:11 +03:00

Merge branch 'development-restricted'

This commit is contained in:
Simon Butcher
2016-04-10 15:43:15 +01:00

View File

@@ -37,7 +37,8 @@ fi
# Step 1 - Make and instrumented build for code coverage
export CFLAGS=' --coverage -g3 -O0 '
make clean; make
make clean
make
# Step 2 - Execute the tests