codea: ss09 skripte angepasst
[uebersetzerbau-ss10.git] / codea / testit / test
index ab7f102368f12784984a1a84513ba18e5e74b8ae..dc5e89398947dd13289ed3a2d2814252c910f4de 100755 (executable)
@@ -31,7 +31,7 @@ then
        exit 1
 fi
 let prgnum=0
-for i in $LOC/*.0 $LOC2/*.0
+for i in $LOC2/*.0
 do
        if [ -f $i ]; then
            let prgnum=prgnum+1
@@ -61,7 +61,7 @@ do
                exit 1
            else
                echo "Übersetze und linke das Testprogramm:"
-               if cc -g -I. -DCALL=\"$CALLFILE\" $LOC/testmain.c $LOC/callingconvention.o $RESFILE.s; then
+               if cc -g -I. -DCALL=\"$CALLFILE\" ~/abgabe/codea/testit/testmain.c ~/abgabe/codea/testit/callingconvention.o $RESFILE.s; then
                    echo
                    echo "Rufe folgendes Codefragment auf:"
                    cat $CALLFILE
@@ -114,7 +114,7 @@ do
        fi
 done
 
-for i in $LOC/*.[123] $LOC2/*.[123]
+for i in $LOC2/*.[123]
 do
        if [ -f $i ]; then
        let prgnum=prgnum+1