cppcheck/cppcheck.pro

9 lines
185 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/test
QMAKE_EXTRA_TARGETS += check