Signed comparisons are now working (except for signed longs)
[fw/sdcc] / src / regression / Makefile
index 3b740b23f3776ab2692403ce38d600b8399b4e55..196222c6f907f5b1f489ef9a7759d2ed94d9317b 100644 (file)
@@ -47,6 +47,8 @@
 
 CC = ../../bin/sdcc
 
+HEADER=/usr/local/share/gpasm/header
+
 .SUFFIXES: .asm .c .cod .stc
 
 # Results of the test are placed here:
@@ -73,6 +75,7 @@ SRC = b.c \
        compare5.c \
        compare6.c \
        for.c \
+       or1.c \
        rotate1.c \
        rotate2.c \
        rotate3.c \
@@ -97,7 +100,7 @@ all: test
 # The .cod files are generated by gpasm
 # these get loaded by gpsim.
 .asm.cod:
-       gpasm -c $*.asm
+       gpasm -c -I $(HEADER) $*.asm
 
 # The .stc files are script files for gpsim
 .cod.stc: