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
+2 -5
View File
@@ -55,9 +55,6 @@ run.commands = echo "Running tests..." && \
echo "OK" || { echo "FAILED"; exit 1; } echo "OK" || { echo "FAILED"; exit 1; }
run.depends = all run.depends = all
run_test.depends = run build.depends = all
build_test.depends = all QMAKE_EXTRA_TARGETS += run build
clean_test.depends = all
QMAKE_EXTRA_TARGETS += run run_test build_test clean_test
+1 -1
View File
@@ -14,4 +14,4 @@ do
cd - cd -
done done
kill $PID kill $PID || exit 0