cppcheck/all.pro
2009-10-28 20:50:11 +01:00

9 lines
191 B
Prolog
Executable File

TEMPLATE = subdirs
SUBDIRS = cli test gui
CONFIG += ordered
# check target - build and run tests
check.depends = sub-test
check.commands = $$PWD/test/debug/test
QMAKE_EXTRA_TARGETS += check