diff options
author | Ashish Sadanandan <ashish.sadanandan@gmail.com> | 2021-07-26 16:44:21 (GMT) |
---|---|---|
committer | Ashish Sadanandan <ashish.sadanandan@gmail.com> | 2021-08-05 06:43:17 (GMT) |
commit | ea6a7dd1c2e76533d6aa4725e04acc3d8e1ed912 (patch) | |
tree | 727cb24ff45ab42d2a00ce5aeab016363a25c327 /Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt | |
parent | 6c0f476505166c3aed414c7707b92c68e278f9b3 (diff) | |
download | CMake-ea6a7dd1c2e76533d6aa4725e04acc3d8e1ed912.zip CMake-ea6a7dd1c2e76533d6aa4725e04acc3d8e1ed912.tar.gz CMake-ea6a7dd1c2e76533d6aa4725e04acc3d8e1ed912.tar.bz2 |
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
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt')
-rw-r--r-- | Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt b/Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt new file mode 100644 index 0000000..cf08267 --- /dev/null +++ b/Tests/RunCMake/GoogleTest/GoogleTest-test3-stdout.txt @@ -0,0 +1,16 @@ +Test project .* + Start 27: TEST:basic\.case_foo!3 +1/4 Test #27: TEST:basic\.case_foo!3 \.+ +Passed +[0-9.]+ sec + Start 28: TEST:basic\.case_bar!3 +2/4 Test #28: TEST:basic\.case_bar!3 \.+ +Passed +[0-9.]+ sec + Start 29: TEST:basic\.disabled_case!3 +3/4 Test #29: TEST:basic\.disabled_case!3 \.+\*+Not Run \(Disabled\) +[0-9.]+ sec + Start 30: TEST:basic\.DISABLEDnot_really_case!3 +4/4 Test #30: TEST:basic\.DISABLEDnot_really_case!3 \.+ +Passed +[0-9.]+ sec + +100% tests passed, 0 tests failed out of 3 + +Total Test time \(real\) = +[0-9.]+ sec + +The following tests did not run: +.*29 - TEST:basic.disabled_case!3 \(Disabled\) |