summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTest-test-missing-result.txt
Commit message (Collapse)AuthorAgeFilesLines
* GoogleTest: Add test for missing test executableMatthew Woehlke2017-12-061-0/+1
Add a test to verify expected behavior when a test executable on which gtest_discover_tests is invoked was not built. (The test for the newly added timeout conveniently sets up this situation, so this new test was almost trivial to add.)