aboutsummaryrefslogtreecommitdiff
path: root/tests/runTestsOnDevice.sh
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2013-12-07 18:24:15 +0200
committerOskari Timperi <oskari.timperi@iki.fi>2013-12-07 18:24:15 +0200
commit43237a8411252f431a9aba1fe86bb3868e4df744 (patch)
tree20f2ae073cae70549e0ddbf4963058d4e2bf5ffe /tests/runTestsOnDevice.sh
parent0450df418933ecbb74a631432c144739a05808ef (diff)
downloadunitmaster-43237a8411252f431a9aba1fe86bb3868e4df744.tar.gz
unitmaster-43237a8411252f431a9aba1fe86bb3868e4df744.zip
add tests for MassModel
Diffstat (limited to 'tests/runTestsOnDevice.sh')
-rw-r--r--tests/runTestsOnDevice.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/runTestsOnDevice.sh b/tests/runTestsOnDevice.sh
new file mode 100644
index 0000000..c2a65e0
--- /dev/null
+++ b/tests/runTestsOnDevice.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+
+# Script for running tests. That's for specifying just one argument in QtCreator's configuration
+/usr/bin/tst-harbour-unitmaster -input /usr/share/tst-harbour-unitmaster
+
+# When you'll get some QML components in the main app, you'll need to import them to the test run
+# /usr/bin/tst-harbour-helloworld-pro-sailfish -input /usr/share/tst-harbour-helloworld-pro-sailfish -import /usr/share/harbour-helloworld-pro-sailfish/qml/components
+