Files
qt-creator/tests/system/suite_qtquick/tst_qtquick_creation4/test.py

15 lines
604 B
Python
Raw Normal View History

source("../../shared/qtcreator.py")
def main():
startApplication("qtcreator" + SettingsPath)
# using a temporary directory won't mess up a potentially existing
createNewQmlExtension(tempDir())
# wait for parsing to complete
waitForSignal("{type='CppTools::Internal::CppModelManager' unnamed='1'}", "sourceFilesRefreshed(QStringList)")
test.log("Building project")
invokeMenuItem("Build","Build All")
waitForSignal("{type='ProjectExplorer::BuildManager' unnamed='1'}", "buildQueueFinished(bool)")
checkCompile()
checkLastBuild()
invokeMenuItem("File", "Exit")