summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS
diff options
context:
space:
mode:
authorEvgeniy Shcherbina <ixsci@pm.me>2022-02-04 10:03:30 (GMT)
committerBrad King <brad.king@kitware.com>2022-02-07 17:53:16 (GMT)
commitf28f738bd2be2ed790bb5b4c794773b7a627d3f2 (patch)
treef340702240d59653a59cfec97fe0873a4cc6c12c /Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS
parentc8a955584d5edeb426a0176da1847c84c3b99e89 (diff)
downloadCMake-f28f738bd2be2ed790bb5b4c794773b7a627d3f2.zip
CMake-f28f738bd2be2ed790bb5b4c794773b7a627d3f2.tar.gz
CMake-f28f738bd2be2ed790bb5b4c794773b7a627d3f2.tar.bz2
GoogleTest: Fix type param tests for suites with many cases
When there were many cases (two digits or more) the "prettier" would fail to recognize the pretty part leaving the test name unprocessed. The fix made sure the processing would work correctly, irrespective of the case number. Before the fix, for the following input: TypedSuite/1. # TypeParam = int case TypedSuite/10. # TypeParam = char case The output would be: TypedSuite/int.case TypedSuite/10. # TypeParam = char.case Now the output will be: TypedSuite/int.case TypedSuite/char.case
Diffstat (limited to 'Tests/RunCMake/GenEx-TARGET_RUNTIME_DLLS')
0 files changed, 0 insertions, 0 deletions