From 45010a333ed3de7bb073671b975a011b4bf2aaaa Mon Sep 17 00:00:00 2001 From: Darryl Green Date: Wed, 6 Feb 2019 13:43:58 +0000 Subject: [PATCH] Move test_psa_constant_names to a full config build --- tests/scripts/all.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 84e449010..f7c61b841 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -604,15 +604,6 @@ component_test_default_cmake_gcc_asan () { if_build_succeeded tests/compat.sh } -component_test_psa_constant_names () { - msg "build: cmake, gcc, ASan" # ~ 1 min 50s - CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan . - make - - msg "test psa_constant_names" # ~ 1s - record_status tests/scripts/test_psa_constant_names.py -} - component_test_ref_configs () { msg "test/build: ref-configs (ASan build)" # ~ 6 min 20s CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan . @@ -717,6 +708,9 @@ component_test_full_cmake_clang () { msg "test: main suites (full config)" # ~ 5s make test + msg "test: psa_constant_names (full config)" # ~ 1s + record_status tests/scripts/test_psa_constant_names.py + msg "test: ssl-opt.sh default, ECJPAKE, SSL async (full config)" # ~ 1s if_build_succeeded tests/ssl-opt.sh -f 'Default\|ECJPAKE\|SSL async private'