Files
CMake/Tests/RunCMake/GoogleTest/GoogleTest-test4-stdout.txt
T
Ashish Sadanandan ea6a7dd1c2 GoogleTest: Add TEST_FILTER arg to gtest_discover_tests
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
2021-08-05 00:43:17 -06:00

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