Criterion/test
Snaipe 9fbd28bf69 core: .exit_code = 0 now enforces the test exit status to be 0.
Before this change, an exit_code of 0 would allow a test to pass for any
exit status, because checking for 0 meant that the value was optional
and people did not care.

However, the semantics of exit() tells that 0 shall be synonymous of
success, and allowing a nonzero status to pass the test is unexpected.

This fixes issue #137.
2016-07-28 18:11:45 +02:00
..
cram core: .exit_code = 0 now enforces the test exit status to be 0. 2016-07-28 18:11:45 +02:00
alloc.cc Added inheritable heap to fork process 2015-09-20 20:28:31 +02:00
asprintf.c Refactored internal headers into its own subdirectory 2015-11-17 16:30:00 +01:00
CMakeLists.txt extended glob matcher with brzozowski derivative (#111) 2016-07-23 22:32:57 +02:00
ordered-set.c Refactored internal headers into its own subdirectory 2015-11-17 16:30:00 +01:00
redirect.cc Fixed redirected standard streams being leaked by cr_(assert|expect)_std(out|err) 2016-03-05 15:51:50 +01:00