Releases: neacsum/utpp
Releases · neacsum/utpp
V2.1.0
Various additions and fixes:
Additions
- Added
CHECK_NAN
macro - Renamed
ReporterStdout
toReporterStream
and now it can be used with any underlining output stream
Fixes
- Separated types for
expected
andactual
inCHECK_...
macros - Changed naming of classes that implement tests
- Other minor fixes
V2.0.0
V1.3.0
Header only library
Converted into a headers only library. Tested with both VS2019 and gcc.