1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 22:41:32 +00:00
xa65/xa/tests/relocmode/Makefile
Andre Fachat 4b54dd031e xa-2.3.10
2019-11-10 13:32:56 +01:00

11 lines
200 B
Makefile

default: test1
test1:
# this should fail in non-relocating mode
../../xa test1.s -o test1.o || exit 0 && exit 1
../../xa -R test1.s -o test1.o
../hextool -cmp=ok < test1.o
clean:
rm -f *.o