Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 433 Bytes

testapplication.pri

File metadata and controls

13 lines (9 loc) · 433 Bytes
 
Apr 4, 2013
Apr 4, 2013
1
2
3
4
5
include(../ssuapplication.pri)
include(tests_common.pri)
QT += testlib
Apr 10, 2013
Apr 10, 2013
6
7
8
test_data.path = $${TESTS_DATA_PATH}
INSTALLS += test_data
Apr 4, 2013
Apr 4, 2013
9
10
test_data_etc.path = $${TESTS_DATA_PATH}/configroot/etc/ssu
test_data_usr_share.path = $${TESTS_DATA_PATH}/configroot/usr/share/ssu
Sep 18, 2014
Sep 18, 2014
11
12
13
test_data_boardmappings_d.path = $${TESTS_DATA_PATH}/configroot/usr/share/ssu/board-mappings.d
INSTALLS += test_data_etc test_data_usr_share test_data_boardmappings_d