diff options
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 + |
