Fixed #931 again. Some work on make tests target

This commit is contained in:
Roman Bovsunivskiy
2009-12-19 17:19:38 +00:00
parent 39f9c1bf40
commit 922c8bae7c
4 changed files with 14 additions and 54 deletions
+4
View File
@@ -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