Test psa_constant_names in all.sh
This commit is contained in:
parent
2482702d15
commit
377c6832a2
1 changed files with 9 additions and 0 deletions
|
@ -604,6 +604,15 @@ component_test_default_cmake_gcc_asan () {
|
||||||
if_build_succeeded tests/compat.sh
|
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 () {
|
component_test_ref_configs () {
|
||||||
msg "test/build: ref-configs (ASan build)" # ~ 6 min 20s
|
msg "test/build: ref-configs (ASan build)" # ~ 6 min 20s
|
||||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||||
|
|
Loading…
Reference in a new issue