Restructuring: updated the top cppcheck.pro file
This commit is contained in:
parent
cba94feded
commit
9212e7500e
|
@ -0,0 +1,8 @@
|
|||
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
|
Loading…
Reference in New Issue