1
0
mirror of https://github.com/fachat/xa65.git synced 2024-10-19 00:23:55 +00:00
xa65/xa/tests/branch/Makefile

10 lines
265 B
Makefile
Raw Normal View History

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