Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 536 Bytes

runtests.pri

File metadata and controls

19 lines (14 loc) · 536 Bytes
 
Jun 17, 2010
Jun 17, 2010
1
2
# QMAKE_EXTRA_TARGETS += runtests
# QMAKE_EXTRA_TARGETS += coverage
Feb 15, 2010
Feb 15, 2010
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# runtests.target = runtests
# runtests.commands = @find . -type f -perm +100 -name \"?t_*\" -exec ./runsingletest.sh {} \\;
# runtests.depends = FORCE
#coverage.target = coverage
#coverage.commands = @./coverage.py ../src/ ../src/.obj/ 50 ;
#coverage.depends = FORCE
coverage.target = coverage
# coverage.CONFIG = recursive
QMAKE_EXTRA_TARGETS += coverage
coverage-xml.target = coverage-xml
# coverage-xml.CONFIG = recursive
QMAKE_EXTRA_TARGETS += coverage-xml