mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 12:05:36 +01:00
Add a valgrind test for baremetal config
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
0719b3c129
commit
df6e684460
@ -1827,6 +1827,13 @@ component_test_baremetal () {
|
||||
msg "test: baremetal.h + baremetal_test.h"
|
||||
if_build_succeeded make test
|
||||
if_build_succeeded tests/ssl-opt.sh
|
||||
|
||||
# Optional parts (slow; currently broken on OS X because programs don't
|
||||
# seem to receive signals under valgrind on OS X).
|
||||
if [ "$MEMORY" -gt 0 ]; then
|
||||
msg "test: ssl-opt.sh --memcheck"
|
||||
if_build_succeeded tests/ssl-opt.sh --memcheck
|
||||
fi
|
||||
}
|
||||
|
||||
component_test_hardware_entropy () {
|
||||
|
Loading…
Reference in New Issue
Block a user