diff options
| author | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-07 18:24:15 +0200 |
|---|---|---|
| committer | Oskari Timperi <oskari.timperi@iki.fi> | 2013-12-07 18:24:15 +0200 |
| commit | 43237a8411252f431a9aba1fe86bb3868e4df744 (patch) | |
| tree | 20f2ae073cae70549e0ddbf4963058d4e2bf5ffe /tests/runTestsOnDevice.sh | |
| parent | 0450df418933ecbb74a631432c144739a05808ef (diff) | |
| download | unitmaster-43237a8411252f431a9aba1fe86bb3868e4df744.tar.gz unitmaster-43237a8411252f431a9aba1fe86bb3868e4df744.zip | |
add tests for MassModel
Diffstat (limited to 'tests/runTestsOnDevice.sh')
| -rw-r--r-- | tests/runTestsOnDevice.sh | 8 |
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 + |
