Added new regression test add2.c - tests adding lit's to unsigned ints. Literal addit...
[fw/sdcc] / src / regression / Makefile
index d1ce27ad31432c0a3b79f24dd649c8208671edd2..680eaf76c91a29830826968b2de62495220cefb4 100644 (file)
@@ -56,13 +56,21 @@ SIMULATE = simulate
 # List the C files to be test here:
 SRC = b.c \
        add.c \
+       add2.c \
        bool1.c \
        call1.c \
        compare.c \
        compare2.c \
+       compare3.c \
        for.c \
+       rotate1.c \
+       rotate2.c \
+       rotate3.c \
+       struct1.c \
        sub.c \
-       while.c
+       switch1.c \
+       while.c \
+       xor.c
 
 COD := $(patsubst %.c, %.cod, $(SRC))
 ASM := $(patsubst %.c, %.asm, $(SRC))
@@ -78,7 +86,7 @@ all:  test
 # The .cod files are generated by gpasm
 # these get loaded by gpsim.
 .asm.cod:
-       gpasm $*.asm
+       gpasm -c $*.asm
 
 # The .stc files are script files for gpsim
 .cod.stc: