cmake script to generate ctest definitions from catch tests: fix for test case body bracket

This commit is contained in:
Ernst Maurer 2017-04-23 00:08:48 +03:00 committed by Martin Hořeňovský
parent 49d87cf182
commit 8014bf1124
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ function(ParseFile SourceFile TestTarget)
RemoveComments(Contents)
# Find definition of test names
string(REGEX MATCHALL "[ \t]*(CATCH_)?(TEST_CASE_METHOD|SCENARIO|TEST_CASE)[ \t]*\\([^\)]+\\)+[ \t]*{+[ \t]*(//[^\n]*[Tt][Ii][Mm][Ee][Oo][Uu][Tt][ \t]*[0-9]+)*" Tests "${Contents}")
string(REGEX MATCHALL "[ \t]*(CATCH_)?(TEST_CASE_METHOD|SCENARIO|TEST_CASE)[ \t]*\\([^\)]+\\)+[ \t\n]*{+[ \t]*(//[^\n]*[Tt][Ii][Mm][Ee][Oo][Uu][Tt][ \t]*[0-9]+)*" Tests "${Contents}")
foreach(TestName ${Tests})
# Strip newlines