update build script to run testing_main with stricter checks

This commit is contained in:
Krzosa Karol
2026-03-16 08:44:28 +01:00
parent e69684c877
commit ff31ca6d09
2 changed files with 4 additions and 13 deletions

View File

@@ -176,6 +176,5 @@ int main() {
os_core_init();
test_s8();
os_test();
debugf("Testing OK");
return 0;
}