This commit is contained in:
Roman Bovsunivskiy
2009-12-22 16:44:59 +00:00
parent 5f6ad12cd3
commit 2bee8d1f8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ tests.commands = for directory in `find . -name unit_tests`; \
echo; \
echo "Running test in "$${DOLLAR}$${DOLLAR}directory; \
cd $${DOLLAR}$${DOLLAR}directory; \
qmake; \
qmake -spec $${DOLLAR}$${DOLLAR}QMAKESPEC; \
make run; \
cd $${DOLLAR}$${DOLLAR}home; \
done
+1 -1
View File
@@ -5,7 +5,7 @@ run.commands = echo "Running tests..." && \
do \
home=`pwd`; \
cd $${DOLLAR}$${DOLLAR}directory; \
qmake; \
qmake -spec $${DOLLAR}$${DOLLAR}QMAKESPEC; \
make run; \
cd $${DOLLAR}$${DOLLAR}home; \
done