File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -602,13 +602,23 @@ component_test_full_cmake_clang () {
602
602
CC=clang cmake -D CMAKE_BUILD_TYPE:String=Check -D ENABLE_TESTING=On .
603
603
make
604
604
605
- msg " test: main suites (full config)" # ~ 5s
605
+ msg " test: main suites (full config, clang )" # ~ 5s
606
606
make test
607
607
608
- msg " test: psa_constant_names (full config)" # ~ 1s
608
+ msg " test: psa_constant_names (full config, clang )" # ~ 1s
609
609
record_status tests/scripts/test_psa_constant_names.py
610
610
}
611
611
612
+ component_test_full_make_gcc_o0 () {
613
+ msg " build: make, full config, gcc -O0" # ~ 50s
614
+ scripts/config.pl full
615
+ scripts/config.pl unset MBEDTLS_MEMORY_BACKTRACE # too slow for tests
616
+ make CC=gcc CFLAGS=' -O0'
617
+
618
+ msg " test: main suites (full config, gcc -O0)" # ~ 5s
619
+ make test
620
+ }
621
+
612
622
component_build_deprecated () {
613
623
msg " build: make, full config + DEPRECATED_WARNING, gcc -O" # ~ 30s
614
624
scripts/config.pl full
You can’t perform that action at this time.
0 commit comments