pCode - register allocation, flow analysis, and peephole.
[fw/sdcc] / src / regression / Makefile
index 073129faf76859c896ee61d365f8ee16c0f66782..31b090bfb291cc20c9db8b5dd8374f0c5928aee2 100644 (file)
@@ -55,7 +55,13 @@ SIMULATE = simulate
 
 # List the C files to be test here:
 SRC = b.c \
-       compare.c
+       add.c \
+       bool1.c \
+       call1.c \
+       compare.c \
+       compare2.c \
+       for.c \
+       while.c
 
 COD := $(patsubst %.c, %.cod, $(SRC))
 ASM := $(patsubst %.c, %.asm, $(SRC))