Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 410 Bytes

tests.pro

File metadata and controls

16 lines (14 loc) · 410 Bytes
 
1
2
TEMPLATE = subdirs
CONFIG += qt ordered coverage debug
4
5
testutils \
testutils/sandboxhook.pro \
9
10
ut_urlresolver \
ut_variables \
11
12
13
14
15
16
!include( tests.pri ) { error("Unable to find tests include") }
tests.files = tests.xml
tests.path = $$TESTS_PATH
INSTALLS += tests