yasm/modules/preprocs/nasm/tests/Makefile.inc
Anonymous Maarten 8c717107dd
Some checks failed
Build / Build - Ubuntu (push) Failing after 4s
Build / Build - MSVC (push) Has been cancelled
Build / Build - macOS (push) Has been cancelled
Emit an error when seeing an invalid condition code in a macro (nasm mode) (#316)
make-check: check .errwarn file first if yasm failed
2026-07-28 17:44:34 -07:00

26 lines
1.4 KiB
Makefile

TESTS += modules/preprocs/nasm/tests/nasmpp_test.sh
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp_test.sh
EXTRA_DIST += modules/preprocs/nasm/tests/16args.asm
EXTRA_DIST += modules/preprocs/nasm/tests/16args.hex
EXTRA_DIST += modules/preprocs/nasm/tests/ifcritical-err.asm
EXTRA_DIST += modules/preprocs/nasm/tests/ifcritical-err.errwarn
EXTRA_DIST += modules/preprocs/nasm/tests/longline.asm
EXTRA_DIST += modules/preprocs/nasm/tests/longline.hex
EXTRA_DIST += modules/preprocs/nasm/tests/macroeof-err.asm
EXTRA_DIST += modules/preprocs/nasm/tests/macroeof-err.errwarn
EXTRA_DIST += modules/preprocs/nasm/tests/noinclude-err.asm
EXTRA_DIST += modules/preprocs/nasm/tests/noinclude-err.errwarn
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-bigint.asm
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-bigint.hex
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-decimal.asm
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-decimal.hex
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-invalidcc.asm
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-invalidcc.errwarn
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.asm
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.errwarn
EXTRA_DIST += modules/preprocs/nasm/tests/nasmpp-nested.hex
EXTRA_DIST += modules/preprocs/nasm/tests/orgsect.asm
EXTRA_DIST += modules/preprocs/nasm/tests/orgsect.hex
EXTRA_DIST += modules/preprocs/nasm/tests/scope-err.asm
EXTRA_DIST += modules/preprocs/nasm/tests/scope-err.errwarn