Regression file for testing the nested for-loop bug in the PIC port that Steve Tell...
[fw/sdcc] / src / regression / Makefile
index 196222c6f907f5b1f489ef9a7759d2ed94d9317b..9cf8dae670fbda289c2e33fa7f6950c040d1f59a 100644 (file)
@@ -67,6 +67,8 @@ SRC = b.c \
        add3.c \
        and1.c \
        bool1.c \
+       bool2.c \
+       bool3.c \
        call1.c \
        compare.c \
        compare2.c \
@@ -75,10 +77,13 @@ SRC = b.c \
        compare5.c \
        compare6.c \
        for.c \
+       nestfor.c \
        or1.c \
        rotate1.c \
        rotate2.c \
        rotate3.c \
+       rotate4.c \
+       rotate5.c \
        struct1.c \
        sub.c \
        sub2.c \
@@ -86,6 +91,8 @@ SRC = b.c \
        while.c \
        xor.c
 
+#      mul1.c \
+
 COD := $(patsubst %.c, %.cod, $(SRC))
 ASM := $(patsubst %.c, %.asm, $(SRC))
 STC := $(patsubst %.c, %.stc, $(SRC))
@@ -95,7 +102,7 @@ all: test
 
 # The asm files are generated by sdcc
 .c.asm:
-       $(CC) -mpic14 -c $*.c
+       $(CC) -mpic14 -S $*.c
 
 # The .cod files are generated by gpasm
 # these get loaded by gpsim.
@@ -105,7 +112,6 @@ all:        test
 # The .stc files are script files for gpsim
 .cod.stc:
        ./$(CREATESTC) $*.cod $*.stc
-       echo "Created $*.stc"
        ./$(SIMULATE) $*.stc $(LOGFILE)
 
 # this will also make .stc files