return the amount of tests failed after them

This commit is contained in:
jacekpoz 2024-04-30 12:32:45 +02:00
parent 1b567e3aef
commit a9d4660aae
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -21,7 +21,7 @@
<< (tests_total - tests_failed) << "/" << tests_total\
<< RESET\
<< "\n";\
return 0;\
return tests_failed;\
}
#define assert(condition, message) \