1
0
mirror of https://github.com/fachat/xa65.git synced 2024-06-08 23:29:30 +00:00
xa65/xa/tests/fordef/Makefile
A. Fachat bd65f3de18 Merge branch 'testsuite' into testmerge
Resolved Conflicts:
	xa/ChangeLog
	xa/src/xa.c
	xa/tests/adrm/Makefile
	xa/tests/binclude/Makefile
	xa/tests/charset/Makefile
	xa/tests/comcom/Makefile
	xa/tests/fordef/Makefile
	xa/tests/incerr/Makefile
2014-08-20 22:13:20 +02:00

19 lines
334 B
Makefile

default:
# this must not pass.
../../xa -DFAIL test3.asm || exit 0 && exit 1
# these must pass.
../../xa test3.asm
../hextool -cmp=test3.ok < a.o65
# testing warnings.
../../xa -e test.out test.asm
../hextool -cmp=ok.out < test.out
../hextool -cmp=test1.ok < a.o65
clean:
rm -f a.o65 test.out
tests:
./runtest.sh -q -C