diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-08-04 17:27:17 +0400 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2010-08-04 20:18:30 +0400 |
commit | acf1cbb25077c64bff72a51785c1ef2134c8e885 (patch) | |
tree | d55f45f9e78ce3c74e95060fa15317dda67608d2 /test | |
parent | b936aa61c80cbb08a811d18adf4ac40939b5d2e5 (diff) | |
download | nasm-acf1cbb25077c64bff72a51785c1ef2134c8e885.tar.gz nasm-acf1cbb25077c64bff72a51785c1ef2134c8e885.tar.bz2 nasm-acf1cbb25077c64bff72a51785c1ef2134c8e885.zip |
test: Add automatizing annotations to imm64.asm
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>
Diffstat (limited to 'test')
-rw-r--r-- | test/imm64.asm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/imm64.asm b/test/imm64.asm index ac50c62..d90a064 100644 --- a/test/imm64.asm +++ b/test/imm64.asm @@ -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 |