aboutsummaryrefslogtreecommitdiff
path: root/tests/shell.pri
blob: 9337d244d8f1393b4304a31a5a8d44f8406b5db3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
shell_scripts.commands += $$PWD/gen-tests-xml.sh > $$OUT_PWD/tests.xml
shell_scripts.files += $$OUT_PWD/tests.xml
shell_scripts.CONFIG += no_check_exist

include(../mkspecs/common.pri)

# fixed path required by TATAM
# You mean hardcoding /usr instead of using $$M_INSTALL_DATA? Why? murrayc
shell_scripts.path += $$M_INSTALL_DATA/libmeegotouch-tests
shell_scripts.depends = FORCE

INSTALLS    += \
              shell_scripts