]> granicus.if.org Git - yasm/commit
Add parsers/nasm automated tests.
authorPeter Johnson <peter@tortall.net>
Thu, 3 Oct 2002 19:23:44 +0000 (19:23 -0000)
committerPeter Johnson <peter@tortall.net>
Thu, 3 Oct 2002 19:23:44 +0000 (19:23 -0000)
commitd6dd56e1ebeca5b7abb4ea3b3c35d7e08c383aaa
tree0d3b6435429c4ac31850b1244016f92b4b223f3c
parent2368686527666de0acfb058e5e78b338eafb8363
Add parsers/nasm automated tests.

svn path=/trunk/yasm/; revision=735
18 files changed:
modules/parsers/nasm/Makefile.inc
modules/parsers/nasm/tests/Makefile.inc [new file with mode: 0644]
modules/parsers/nasm/tests/equlocal.asm [new file with mode: 0644]
modules/parsers/nasm/tests/equlocal.errwarn [new file with mode: 0644]
modules/parsers/nasm/tests/equlocal.hex [new file with mode: 0644]
modules/parsers/nasm/tests/nasm_test.sh [new file with mode: 0755]
modules/parsers/nasm/tests/newsect.asm [new file with mode: 0644]
modules/parsers/nasm/tests/newsect.errwarn [new file with mode: 0644]
modules/parsers/nasm/tests/newsect.hex [new file with mode: 0644]
src/parsers/nasm/Makefile.inc
src/parsers/nasm/tests/Makefile.inc [new file with mode: 0644]
src/parsers/nasm/tests/equlocal.asm [new file with mode: 0644]
src/parsers/nasm/tests/equlocal.errwarn [new file with mode: 0644]
src/parsers/nasm/tests/equlocal.hex [new file with mode: 0644]
src/parsers/nasm/tests/nasm_test.sh [new file with mode: 0755]
src/parsers/nasm/tests/newsect.asm [new file with mode: 0644]
src/parsers/nasm/tests/newsect.errwarn [new file with mode: 0644]
src/parsers/nasm/tests/newsect.hex [new file with mode: 0644]