~fboucault/unity-webapps-qml/crossbuild_fixes

« back to all changes in this revision

Viewing changes to tests/tests.pro

  • Committer: Alexandre Abreu
  • Date: 2013-07-09 19:02:23 UTC
  • mto: (16.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: alexandre.abreu@canonical.com-20130709190223-oc06h7fijj320skq
Fix debian packages install; fix make check; added python install based on setup.py

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
TEMPLATE=subdirs
2
2
 
3
 
SUBDIRS = unit integration
 
3
SUBDIRS = unit
 
4
 
 
5
OTHER_FILES += \
 
6
    $$system(ls ./integration/autopilot/qml/*) \
 
7
    $$system(ls ./integration/autopilot/html/*) \
 
8
    $$system(ls ./integration/autopilot/webapps_qml/emulators/*.py) \
 
9
    $$system(ls ./integration/autopilot/webapps_qml/tests/*.py)