1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-01 07:41:52 +00:00
xa65/xa/tests/dos51/Makefile
Andre Fachat 13b4cf53d9 xa-2.3.7
2017-10-15 00:47:56 +02:00

10 lines
266 B
Makefile

default:
# xa should not allow this to happen. if it does, this test is no good.
../../xa -DBUG test.s || exit 0 && exit 1
# expected-to-fail tests did fail. should be no more errors now.
../../xa test.s -o test.o
../hextool -cmp=ok < test.o
clean:
rm -f *.o