summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeGUI/CMakeGUITest.cmake
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2020-09-25 20:56:27 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2020-09-28 13:46:35 (GMT)
commitd6c051c126a8cba8adec39b6ae3ae09cc773633f (patch)
treeb91277b250ce42dab4e5169f6eec9ee3f834c755 /Tests/CMakeGUI/CMakeGUITest.cmake
parent7cd95d99965bf59e2ba8e5cb2835fb9d5d1b3abe (diff)
downloadCMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.zip
CMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.tar.gz
CMake-d6c051c126a8cba8adec39b6ae3ae09cc773633f.tar.bz2
Tests: Add some basic configure tests for the CMake GUI
Diffstat (limited to 'Tests/CMakeGUI/CMakeGUITest.cmake')
-rw-r--r--Tests/CMakeGUI/CMakeGUITest.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/CMakeGUITest.cmake b/Tests/CMakeGUI/CMakeGUITest.cmake
index 3d8c27e..632ab09 100644
--- a/Tests/CMakeGUI/CMakeGUITest.cmake
+++ b/Tests/CMakeGUI/CMakeGUITest.cmake
@@ -109,3 +109,6 @@ run_cmake_gui_test(sourceBinaryArgs:noExistConfigExists
ARGS
"${CMakeGUITest_BINARY_DIR}/sourceBinaryArgs-noExistConfigExists/noexist"
)
+
+run_cmake_gui_test(simpleConfigure:success)
+run_cmake_gui_test(simpleConfigure:fail)