1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2025-10-16 07:28:25 +02:00

Fixed tests building error

This commit is contained in:
Roman Bovsunivskiy 2010-02-28 17:28:24 +00:00
parent db577ab613
commit 180d4a92ac
2 changed files with 3 additions and 6 deletions

View File

@ -55,9 +55,6 @@ run.commands = echo "Running tests..." && \
echo "OK" || { echo "FAILED"; exit 1; }
run.depends = all
run_test.depends = run
build_test.depends = all
clean_test.depends = all
QMAKE_EXTRA_TARGETS += run run_test build_test clean_test
build.depends = all
QMAKE_EXTRA_TARGETS += run build

View File

@ -14,4 +14,4 @@ do
cd -
done
kill $PID
kill $PID || exit 0