diff --git a/fwbuilder3.pro b/fwbuilder3.pro index 4f0fcce8f..64aae7376 100644 --- a/fwbuilder3.pro +++ b/fwbuilder3.pro @@ -13,11 +13,9 @@ build_tests.depends = all run_tests.commands = ./unit_tests.sh make run_tests run_tests.depends = all -testclean.commands = /usr/bin/env python testclean.py - 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