-
- Downloads
Use int return values to indicate failing tests.
Previously, the tests supposed to fail would not have been detected with -DNDEBUG. With this patch we use cerr to report problems and return a nonzero error code on completion.
Please register or sign in to comment