https://github.com/philsquared/Catch
Revision 3ed544106777af0d96b9190468b0823f9d481d0e authored by NeroBurner on 10 January 2019, 13:47:19 UTC, committed by Martin Hořeňovský on 10 January 2019, 19:09:00 UTC
When PARSE_CATCH_TESTS_ADD_TARGET_IN_TEST_NAME is enabled the cmake helper script fails to extract the testcase name if a whitespace is before the name string. Use regex to consider and remove this whitespace.

fix by Mike-Devel
fixes: https://github.com/catchorg/Catch2/issues/1493
1 parent bdee512
History
Tip revision: 3ed544106777af0d96b9190468b0823f9d481d0e authored by NeroBurner on 10 January 2019, 13:47:19 UTC
fix ctest output with space before name
Tip revision: 3ed5441
File Mode Size
.conan
.github
CMake
artwork
contrib
docs
examples
include
misc
projects
scripts
single_include
third_party
.gitattributes -rw-r--r-- 613 bytes
.gitignore -rw-r--r-- 504 bytes
.travis.yml -rw-r--r-- 7.8 KB
CMakeLists.txt -rw-r--r-- 5.5 KB
CODE_OF_CONDUCT.md -rw-r--r-- 3.1 KB
LICENSE.txt -rw-r--r-- 1.3 KB
README.md -rw-r--r-- 2.2 KB
appveyor.yml -rw-r--r-- 2.5 KB
codecov.yml -rw-r--r-- 400 bytes
conanfile.py -rw-r--r-- 889 bytes

README.md

back to top