Releases: JCash/jctest
Releases · JCash/jctest
Fixed memory sanitizer issues
More robust detection of PRIu64 et.al
v0.12 Added improved way to check for PRIu64 etc
Added logging customization flags
- Added JC_TEST_OUTPUT_FN for customizing log output function
- Added JC_TEST_USE_PRINTF to choose printf() over write()
Added JCT_IS_DEBUGGER_ATTACHED for easier platform overrides
Merge pull request #39 from JCash/dev Added JCT_IS_DEBUGGER_ATTACHED for easier platform override
Added debug breakpoints if the debugger is attached
- Introduced JC_TEXT_LOGGER_CLASS for easier log printing
- Added --test-break-on-fail for breaking into the debugger.
Can be configured with JC_TEST_DBG_BREAK define. - Added automatic check for an attached debugger
Compiler warning fix
v0.9.1 Compile warning fix
Minimum C++11 support
- Updated to C++11 due to inclusion of <type_traits>
- Fixed issue with printout of pointer values
- Removed unfinished docktest support (TEST_CASE)
fflush the output
Merge pull request #26 from JCash/message-flush Added fflush to prevent output to come out of order
Release 0.7
- Test filtering now works on parameterized tests
- Fixed null pointer warning on c++0x and above
Release 0.6
- Fixed bootstrap issue w/static initializers
- Added support for JC_TEST_USE_COLORS to force color on/off
- Added support for JC_TEST_IMPLEMENTATION_WITH_MAIN