1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-08 07:29:39 +00:00
xa65/xa/tests/math/Makefile
2020-05-15 19:20:17 +02:00

8 lines
209 B
Makefile

default:
# xa should not allow this to happen. if it does, this test is no good.
../../xa -o divzero.o divzero.s || exit 0 && exit 1
../../xa -o divzero2.o divzero2.s || exit 0 && exit 1
clean:
rm -f *.o