Introduces Regression for 32 and 64 bit threadx and smp kernel in Debug, MinSizeRel and Release configuration #4

Merged
alex merged 79 commits from feature/test into main 2026-04-02 14:09:29 +01:00
Showing only changes of commit 1aa9944581 - Show all commits

View File

@@ -262,7 +262,7 @@ function(add_threadx_regression_test TEST_SOURCE)
-m 60s -m 60s
-p tb.top.num_cores=4 -p tb.top.num_cores=4
) )
set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 10) set_tests_properties(${TEST_NAME} PROPERTIES TIMEOUT 60)
endfunction() endfunction()
foreach(test_case ${TX_REGRESSION_CASES}) foreach(test_case ${TX_REGRESSION_CASES})