Updates to test script.
authorJukka Saastamoinen <juksa@czc6303cj1.ixonos.local>
Thu, 8 Apr 2010 08:51:35 +0000 (11:51 +0300)
committerJukka Saastamoinen <juksa@czc6303cj1.ixonos.local>
Thu, 8 Apr 2010 08:51:35 +0000 (11:51 +0300)
scripts/master_test_script.sh

index c6a3baf..52cc33a 100755 (executable)
@@ -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"