mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-22 21:36:11 +01:00
Update release notes in regards to CATCH_CONFIG_DISABLE
This commit is contained in:
parent
fc495ba0cb
commit
13213faa4e
@ -36,11 +36,14 @@
|
|||||||
* All parts of matchers can be removed from a TU by defining `CATCH_CONFIG_DISABLE_MATCHERS`
|
* All parts of matchers can be removed from a TU by defining `CATCH_CONFIG_DISABLE_MATCHERS`
|
||||||
* This can be used to somewhat speed up compilation times
|
* This can be used to somewhat speed up compilation times
|
||||||
* An experimental implementation of `CATCH_CONFIG_DISABLE` has been added
|
* An experimental implementation of `CATCH_CONFIG_DISABLE` has been added
|
||||||
* Speeds up compilation by removing away Catch tests
|
* Inspired by Doctest's `DOCTEST_CONFIG_DISABLE`
|
||||||
* Currently removes all assertions and prevents `TEST_CASE` registrations
|
|
||||||
* Useful for implementing tests in source files
|
* Useful for implementing tests in source files
|
||||||
* ie for functions in anonymous namespaces
|
* ie for functions in anonymous namespaces
|
||||||
* Inspired by Doctest's `DOCTEST_CONFIG_DISABLE`
|
* Removes all assertions
|
||||||
|
* Prevents `TEST_CASE` registrations
|
||||||
|
* Exception translators are not registered
|
||||||
|
* Reporters are not registered
|
||||||
|
* Listeners are not registered
|
||||||
|
|
||||||
## Fixes
|
## Fixes
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user