From: Jukka Saastamoinen Date: Thu, 8 Apr 2010 08:51:35 +0000 (+0300) Subject: Updates to test script. X-Git-Tag: v0.2~53 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;h=15a6539b9047c0b633de499610b8de548f4ae6b0;p=situare Updates to test script. --- diff --git a/scripts/master_test_script.sh b/scripts/master_test_script.sh index c6a3baf..52cc33a 100755 --- a/scripts/master_test_script.sh +++ b/scripts/master_test_script.sh @@ -36,6 +36,7 @@ do cd $location/$component/$unittest echo "Building tests for $component/$unittest" qmake + make echo "Running tests for $component/$unittest" ./$unittest -o testreport_$component.txt echo "Cleaning $unittest"