blob: c2a65e0a0a6c690ad62252b7d046473ec1de1d93 (
plain)
1
2
3
4
5
6
7
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
|