added
[fw/sdcc] / src / regression / Makefile
index 196222c6f907f5b1f489ef9a7759d2ed94d9317b..8cfaabf0e8edaa5153d6fe3fd968e9d8d2b01828 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 \
@@ -79,6 +81,8 @@ SRC = b.c \
        rotate1.c \
        rotate2.c \
        rotate3.c \
+       rotate4.c \
+       rotate5.c \
        struct1.c \
        sub.c \
        sub2.c \
@@ -86,6 +90,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 +101,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 +111,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