~rpadovani/reminders-app/translationsUpdate

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: David Planella
  • Date: 2013-11-20 22:46:30 UTC
  • mfrom: (2.2.7 add-debian-click-packaging)
  • Revision ID: david.planella@ubuntu.com-20131120224630-7f5i0xxcktyqgx6b
Merged Debian packaging

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# More information: https://wiki.ubuntu.com/Touch/Testing
2
 
#
3
 
# Notes for autopilot tests:
4
 
# -----------------------------------------------------------
5
 
# In order to run autopilot tests:
6
 
# sudo apt-add-repository ppa:autopilot/ppa
7
 
# sudo apt-get update
8
 
# sudo apt-get install python-autopilot autopilot-qt
9
 
#############################################################
10
 
 
11
 
all:
12
 
 
13
 
autopilot:
14
 
        chmod +x tests/autopilot/run
15
 
        tests/autopilot/run
16
 
 
17
 
check:
18
 
        qmltestrunner -input tests/unit
19
 
 
20
 
run:
21
 
        /usr/bin/qmlscene $@ reminders-app.qml