Removed testclean target

This commit is contained in:
Roman Bovsunivskiy
2010-02-28 19:14:42 +00:00
parent 40d242268c
commit e7c124f2b8
+2 -4
View File
@@ -13,11 +13,9 @@ build_tests.depends = all
run_tests.commands = ./unit_tests.sh make run_tests run_tests.commands = ./unit_tests.sh make run_tests
run_tests.depends = all run_tests.depends = all
testclean.commands = /usr/bin/env python testclean.py
tests.depends = run_tests tests.depends = run_tests
clean_tests.depends = testclean clean_tests.commands = /usr/bin/env python testclean.py
QMAKE_EXTRA_TARGETS += build_tests run_tests clean_tests tests testclean QMAKE_EXTRA_TARGETS += build_tests run_tests clean_tests tests