1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-25 04:37:22 +01:00

Fixed clean target for compiler_lib tests

This commit is contained in:
Roman Bovsunivskiy 2010-02-28 19:35:52 +00:00
parent e7c124f2b8
commit 0002e71caa

View File

@ -55,7 +55,7 @@ run_tests.commands = echo "Running tests..." && \
echo "OK" || { echo "FAILED"; exit 1; }
run_tests.depends = run
build_tests.depends = all
clean_tests.depends = all
clean_tests.depends = clean
QMAKE_EXTRA_TARGETS += run_tests build_tests clean_tests