mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-09-10 23:22:33 +02:00
Removed testclean target
This commit is contained in:
+2
-4
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user