Fix indentation in ParseAndAddCatchTests

Consistently use 4 spaces instead of tabs
This commit is contained in:
Reinhold Gschweicher 2020-10-20 11:24:00 +02:00 committed by Martin Hořeňovský
parent 71328bae90
commit 730ec39a74
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 4 additions and 4 deletions

View File

@ -198,10 +198,10 @@ function(ParseAndAddCatchTests_ParseFile SourceFile TestTarget)
set(CTestName "\"${CTestName}\"")
endif()
# Handle template test cases
if("${TestTypeAndFixture}" MATCHES ".*TEMPLATE_.*")
set(Name "${Name} - *")
endif()
# Handle template test cases
if("${TestTypeAndFixture}" MATCHES ".*TEMPLATE_.*")
set(Name "${Name} - *")
endif()
# Add the test and set its properties
add_test(NAME "${CTestName}" COMMAND ${OptionalCatchTestLauncher} $<TARGET_FILE:${TestTarget}> ${Name} ${AdditionalCatchParameters})