mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
Fixed #931 again. Some work on make tests target
This commit is contained in:
@@ -5,3 +5,7 @@ TEMPLATE = subdirs
|
||||
|
||||
SUBDIRS = src doc
|
||||
|
||||
tests.commands = cd src && cd compiler_lib && cd unit_tests && qmake && make run; \
|
||||
cd .. && cd .. && cd gui && unit_tests && qmake && make run
|
||||
|
||||
QMAKE_EXTRA_TARGETS += tests
|
||||
|
||||
Reference in New Issue
Block a user