mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 21:29:54 +01:00
4acc51828f
* Add missing include for VxWorks build. std::min is defined in algorithm provides std::min. It appears to be transitively included for most platforms. For VxWorks however this explicit include is required. * Add option CATCH_CONFIG_PREFIX_MESSAGES to selectively prefix message macros only. In contrast to CATCH_CONFIG_PREFIX_ALL, this will only prefix the following macros: I.e. INFO, UNSCOPED_INFO, WARN and CATCH_CAPTURE This is mainly useful for codebases that use INFO or WARN for their own logging macros. |
||
---|---|---|
.. | ||
catch2-with-main.pc.in | ||
catch2.pc.in | ||
Catch2Config.cmake.in | ||
CatchConfigOptions.cmake | ||
CatchMiscFunctions.cmake | ||
Findcodecov.cmake | ||
FindGcov.cmake | ||
FindLcov.cmake | ||
llvm-cov-wrapper |