summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@mailbox.org>2020-03-06 21:29:07 (GMT)
committerBrad King <brad.king@kitware.com>2020-03-13 14:47:33 (GMT)
commit0001339a6f92afcd0e49a262b3d2aae4a1ce8d46 (patch)
tree2d900b76b2c2a270201de2daf2f7e42cc8d1730c /Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake
parente9ab39eb1db8f072b030a929992df828bc05cc63 (diff)
downloadCMake-0001339a6f92afcd0e49a262b3d2aae4a1ce8d46.zip
CMake-0001339a6f92afcd0e49a262b3d2aae4a1ce8d46.tar.gz
CMake-0001339a6f92afcd0e49a262b3d2aae4a1ce8d46.tar.bz2
GoogleTest: Add test case for XML_OUTPUT_DIR
Diffstat (limited to 'Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake')
-rw-r--r--Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake b/Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake
new file mode 100644
index 0000000..3bfdac3
--- /dev/null
+++ b/Tests/RunCMake/GoogleTest/GoogleTestXML-result-check.cmake
@@ -0,0 +1,4 @@
+set(RESULT_FILE "${RunCMake_TEST_BINARY_DIR}/GoogleTestXML.Foo.xml")
+if(NOT EXISTS ${RESULT_FILE})
+ set(RunCMake_TEST_FAILED "Result XML file ${RESULT_FILE} was not created")
+endif()