aboutsummaryrefslogtreecommitdiffstats
path: root/tests/system/suite_debugger/tst_build_new_project
diff options
context:
space:
mode:
authorRobert Loehning <robert.loehning@nokia.com>2012-01-17 15:39:57 +0100
committerRobert Löhning <robert.loehning@nokia.com>2012-01-17 16:24:23 +0100
commit36573eda7b85b8659c6ba340db14794fa8726d3b (patch)
treeff8aa0a367b76de468872ae768cd4f7f1145fde2 /tests/system/suite_debugger/tst_build_new_project
parentc51a128efbda5a3116aa0cb152be8eb804e9429b (diff)
Squish: Running tst_build_new_project on more build configs
Change-Id: I413f5393bb8d56842d8132e26123ebe21d89c57a Reviewed-by: Christian Stenger <christian.stenger@nokia.com> Reviewed-by: Bill King <bill.king@nokia.com>
Diffstat (limited to 'tests/system/suite_debugger/tst_build_new_project')
-rw-r--r--tests/system/suite_debugger/tst_build_new_project/test.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/tests/system/suite_debugger/tst_build_new_project/test.py b/tests/system/suite_debugger/tst_build_new_project/test.py
index 5673f1669b..80f40748b1 100644
--- a/tests/system/suite_debugger/tst_build_new_project/test.py
+++ b/tests/system/suite_debugger/tst_build_new_project/test.py
@@ -5,8 +5,11 @@ project = "SquishProject"
def main():
startApplication("qtcreator" + SettingsPath)
- createProject_Qt_GUI(projectsPath, project, defaultQtVersion, True)
- runAndCloseApp()
+ createProject_Qt_GUI(projectsPath, project)
+ for config in iterateBuildConfigs(1, 0):
+ selectBuildConfig(1, 0, config)
+ test.log("Testing build configuration: " + config)
+ runAndCloseApp()
sendEvent("QCloseEvent", waitForObject(":Qt Creator_Core::Internal::MainWindow"))
waitForCleanShutdown()