Removed unnecessary report files from repo.
[situare] / scripts / master_test_script.sh
index 2f03ebb..c6a3baf 100755 (executable)
@@ -34,15 +34,8 @@ do
   for unittest in "${CASES[@]}"
   do
     cd $location/$component/$unittest
-    if [ $component = "testMap" ]; then 
-       qmake
-    else 
-       qmake -project "CONFIG+=qtestlib"
-       echo "Creating make file for $component/$unittest"
-       qmake
-    fi
     echo "Building tests for $component/$unittest"
-    make
+    qmake
     echo "Running tests for $component/$unittest"
     ./$unittest -o testreport_$component.txt
     echo "Cleaning $unittest"