test: Add automatizing annotations to imm64.asm
authorCyrill Gorcunov <gorcunov@gmail.com>
Wed, 4 Aug 2010 13:27:17 +0000 (17:27 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Wed, 4 Aug 2010 16:18:30 +0000 (20:18 +0400)
H. Peter Anvin pointed
|
| Btw, test/imm64.asm needs test engine annotations.
|

Make it so.

Reported-by: "H. Peter Anvin" <hpa@zytor.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
test/imm64.asm

index ac50c62..d90a064 100644 (file)
@@ -1,3 +1,7 @@
+;Testname=imm64-O0; Arguments=-O0 -fbin -oimm64.bin; Files=stdout stderr imm64.bin
+;Testname=imm64-O1; Arguments=-O1 -fbin -oimm64.bin; Files=stdout stderr imm64.bin
+;Testname=imm64-Ox; Arguments=-Ox -fbin -oimm64.bin; Files=stdout stderr imm64.bin
+
        bits 64
        mov rax,11223344h
        mov rax,dword 11223344h