~rpadovani/reminders-app/fixForReload

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: David Planella
  • Date: 2013-10-23 11:02:37 UTC
  • Revision ID: david.planella@ubuntu.com-20131023110237-lfqgn9ma4qxaon7g
Initial commit

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