mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-07 22:59:56 -05:00
ea6a7dd1c2
The `TEST_FILTER` argument can be used to filter tests during the discovery phase. It combines `--gtest_filter=<expr>` with the `--gtest_list_tests` argument when invoking the test excutable for listing defined tests. Fixes: #17493
10 lines
307 B
Plaintext
10 lines
307 B
Plaintext
Test project .*
|
|
Start 31: TEST:typed/short\.case!4
|
|
1/2 Test #31: TEST:typed/short\.case!4 \.+ +Passed +[0-9.]+ sec
|
|
Start 32: TEST:typed/float\.case!4
|
|
2/2 Test #32: TEST:typed/float\.case!4 \.+ +Passed +[0-9.]+ sec
|
|
|
|
100% tests passed, 0 tests failed out of 2
|
|
|
|
Total Test time \(real\) = +[0-9.]+ sec
|