~nskaggs/qtcreator-plugin-ubuntu/update-qml-autopilot

« back to all changes in this revision

Viewing changes to share/qtcreator/templates/wizards/ubuntu/simple-app-qmake/wizard.xml

  • Committer: nskaggs
  • Date: 2015-05-26 21:39:16 UTC
  • mfrom: (404.1.1 update-qml-autopilot)
  • Revision ID: nicholas.skaggs@canonical.com-20150526213916-nxo2fxpkj60s6777
merge benjamin's fixes

- Unify naming of unittest subdirectories (qml vs unit)
- Add custom "check" and "autopilot" targets to easily run tests
- Fix targets in CMake buildfiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
            <file source="appName/tests/autopilot/displayName/tests/test_main.py" target="%ClickHookName%/tests/autopilot/%ProjectName%/tests/test_main.py" openeditor="false"/>
26
26
            <file source="appName/tests/autopilot/displayName/__init__.py"        target="%ClickHookName%/tests/autopilot/%ProjectName%/__init__.py"        openeditor="false"/>
27
27
            <file source="appName/tests/autopilot/displayName/tests/__init__.py"  target="%ClickHookName%/tests/autopilot/%ProjectName%/tests/__init__.py"  openeditor="false"/>
28
 
            <file source="appName/tests/qml/tst_main.qml"                         target="%ClickHookName%/tests/qml/tst_main.qml"                           openeditor="false"/>
 
28
            <file source="appName/tests/unit/tst_main.qml"                        target="%ClickHookName%/tests/unit/tst_main.qml"                           openeditor="false"/>
29
29
   </files>
30
30
 
31
31
      <!-- Create a 2nd wizard page with click package parameters -->