summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt
diff options
context:
space:
mode:
authorRyan Thornton <ThorntonRyan@JohnDeere.com>2020-03-11 19:18:32 (GMT)
committerRyan Thornton <ThorntonRyan@JohnDeere.com>2020-03-11 20:10:23 (GMT)
commit2c9680eec59fb52b4bf60b2b995101c86a906ca5 (patch)
tree1ad23d3ad8ec2e42d151679d18a539c8d9f0996e /Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt
parentc06e0356017beef41cd2bb57a6cebfb242a9128e (diff)
downloadCMake-2c9680eec59fb52b4bf60b2b995101c86a906ca5.zip
CMake-2c9680eec59fb52b4bf60b2b995101c86a906ca5.tar.gz
CMake-2c9680eec59fb52b4bf60b2b995101c86a906ca5.tar.bz2
GoogleTest: Add missing test case for gtest_discover_tests failure
Discovery timeout test needs split out into two components: - build - test Building the project should result in a failure due to the timeout when executing gtest discovery as a post build step. Likewise, if you ran CTest after this build failure, we should *also* detect that the discovery_timeout_test has not been built because no discovery_timeout_test[1]_tests.cmake has been created due to the test discovery failure (caused by the timeout).
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt')
-rw-r--r--Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt b/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt
new file mode 100644
index 0000000..f6be939
--- /dev/null
+++ b/Tests/RunCMake/GoogleTest/GoogleTest-discovery-timeout-test-stderr.txt
@@ -0,0 +1,2 @@
+Unable to find executable: discovery_timeout_test_NOT_BUILT
+Errors while running CTest