Move test_psa_constant_names to a full config build
diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh
index 84e4490..f7c61b8 100755
--- a/tests/scripts/all.sh
+++ b/tests/scripts/all.sh
@@ -604,15 +604,6 @@
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 @@
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'