mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-16 18:52:25 +01:00
c18b88f7e3
Catch2 produces tests names with spaces by default when using type-parametric macros like `TEMPLATE_TEST_CASE` and `TEMPLATE_PRODUCT_TEST_CASE`. For some test-runners that are incompatible with spaces in test names, this presents a significant problem: It's possible to define a test that's impossible to run. This adds a `CATCH_CONFIG_NAME_SEPARATOR` configuration value that can be used to override the separator string used during test naming. |
||
---|---|---|
.. | ||
automake.std.approved.txt | ||
automake.sw.approved.txt | ||
automake.sw.multi.approved.txt | ||
compact.sw.approved.txt | ||
compact.sw.multi.approved.txt | ||
console.std.approved.txt | ||
console.sw.approved.txt | ||
console.sw.multi.approved.txt | ||
console.swa4.approved.txt | ||
default.sw.multi.approved.txt | ||
junit.sw.approved.txt | ||
junit.sw.multi.approved.txt | ||
sonarqube.sw.approved.txt | ||
sonarqube.sw.multi.approved.txt | ||
tap.sw.approved.txt | ||
tap.sw.multi.approved.txt | ||
teamcity.sw.approved.txt | ||
teamcity.sw.multi.approved.txt | ||
xml.sw.approved.txt | ||
xml.sw.multi.approved.txt |