From e7c124f2b8f280d71f652dfefec1a20e8db531d7 Mon Sep 17 00:00:00 2001 From: Roman Bovsunivskiy Date: Sun, 28 Feb 2010 19:14:42 +0000 Subject: [PATCH] Removed testclean target --- fwbuilder3.pro | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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