1
0
mirror of https://github.com/fachat/xa65.git synced 2026-03-11 07:41:59 +00:00
Files
xa65/xa/tests/comcom/Makefile
2014-08-20 21:53:15 +02:00

15 lines
318 B
Makefile

default:
# this should fail.
../../xa scomcom.asm || exit 0 && exit 1
# it did fail. these should now all succeed.
../../xa -M scomcom.asm
../hextool -cmp=scomcomm.ok < a.o65
../../xa comcom.asm
../hextool -cmp=comcom.ok < a.o65
../../xa -M comcom.asm
../hextool -cmp=comcomm.ok < a.o65
clean:
rm -f a.o65