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:
parent
e7c124f2b8
commit
0002e71caa
@ -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
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user