diff options
Diffstat (limited to 'Tests/CMakeGUI/CMakeGUITest.h')
-rw-r--r-- | Tests/CMakeGUI/CMakeGUITest.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Tests/CMakeGUI/CMakeGUITest.h b/Tests/CMakeGUI/CMakeGUITest.h index 55a885b..f39dcc1 100644 --- a/Tests/CMakeGUI/CMakeGUITest.h +++ b/Tests/CMakeGUI/CMakeGUITest.h @@ -15,7 +15,11 @@ public: private: CMakeSetupDialog* m_window = nullptr; + void tryConfigure(int expectedResult = 0, int timeout = 60000); + private slots: void sourceBinaryArgs(); void sourceBinaryArgs_data(); + void simpleConfigure(); + void simpleConfigure_data(); }; |