Hi, I'm wondering if it'd be possible to add an option to list all tests found by the Console Launcher. For example, Google Test [can](http://google.github.io/googletest/advanced.html#listing-test-names) print all tests using `--gtest_list_tests` option.
Hi,
I'm wondering if it'd be possible to add an option to list all tests found by the Console Launcher.
For example, Google Test can print all tests using
--gtest_list_testsoption.