1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-25 17:29:35 +00:00
xa65/xa/tests/mvnmvp/Makefile
2023-11-19 21:24:38 +01:00

11 lines
316 B
Makefile

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