~fboucault/unity-webapps-qml/crossbuild_fixes

« back to all changes in this revision

Viewing changes to tests/integration/integration.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 = tools
4
 
 
5
 
 
6
 
# make check target
7
 
check.target = check
8
 
check.commands = "set -e;"
9
 
for(TEST, TESTS) {
10
 
  check.commands += ./runtest.sh $${TARGET} $${TEST} ../../../src;
11
 
}
12
 
 
13
 
OTHER_FILES += \
14
 
    $$system(ls ./autopilot/qml/*) \
15
 
    $$system(ls ./autopilot/html/*) \
16
 
    $$system(ls ./autopilot/webapps_qml/emulators/*.py) \
17
 
    $$system(ls ./autopilot/webapps_qml/tests/*.py)
 
3
SUBDIRS = autopilot