1
0
mirror of https://github.com/fachat/xa65.git synced 2024-07-29 12:28:57 +00:00
xa65/xa/tests/math/Makefile

8 lines
209 B
Makefile
Raw Normal View History

2020-05-15 17:20:17 +00:00
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