mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-30 00:46:22 -04:00
all.sh: exclude some extra slow test suites from psasim testing
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
caee58f559
commit
1a49383694
@ -6065,6 +6065,11 @@ component_test_suite_with_psasim()
|
|||||||
|
|
||||||
helper_psasim_server start
|
helper_psasim_server start
|
||||||
|
|
||||||
|
# psasim takes an extremely long execution time on some test suites so we
|
||||||
|
# exclude them from the list.
|
||||||
|
SKIP_TEST_SUITES="constant_time_hmac,lmots,lms"
|
||||||
|
export SKIP_TEST_SUITES
|
||||||
|
|
||||||
msg "run test suites"
|
msg "run test suites"
|
||||||
make PSASIM=1 test
|
make PSASIM=1 test
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user