return the amount of tests failed after them
This commit is contained in:
parent
1b567e3aef
commit
a9d4660aae
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<< (tests_total - tests_failed) << "/" << tests_total\
|
<< (tests_total - tests_failed) << "/" << tests_total\
|
||||||
<< RESET\
|
<< RESET\
|
||||||
<< "\n";\
|
<< "\n";\
|
||||||
return 0;\
|
return tests_failed;\
|
||||||
}
|
}
|
||||||
|
|
||||||
#define assert(condition, message) \
|
#define assert(condition, message) \
|
||||||
|
|
Loading…
Reference in a new issue