update tests

This commit is contained in:
Victor van den Elzen 2008-06-25 12:00:21 +02:00
parent c7deefaa3a
commit 1f1f38bcd0
4 changed files with 9 additions and 3 deletions

2
test/_version.asm Executable file
View file

@ -0,0 +1,2 @@
;Testname=version; Arguments=-v; Files=.stdout .stderr
;Dummy test to record version numbers

View file

@ -1,3 +1,5 @@
;Testname=test; Arguments=-fbin -oimacro.bin; Files=.stdout .stderr imacro.bin
%imacro Zero 1
xor %1,%1
%endmacro

View file

@ -5,8 +5,8 @@
; they are followed by a colon.
;
do: jmp incbin+2
dw do, add, sub, incbin
do: jmp dq+2
dw do, add, sub, dq
add: jmp add-2
sub: jmp do+2
incbin: dw $-sub
dq: dw $-sub

View file

@ -1,3 +1,5 @@
;Testname=test; Arguments=-fbin -outf.bin; Files=.stdout .stderr utf.bin
;Testname=error; Arguments=-fbin -outf.bin -DERROR; Files=.stdout .stderr utf.bin
%define u(x) __utf16__(x)
%define w(x) __utf32__(x)