nasm/travis/test/imm64.json
Cyrill Gorcunov 752c72e204 test: nasm-t -- Add imm64
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

32 lines
580 B
JSON

[
{
"description": "Test imm64 operations (-Ox)",
"id": "imm64",
"format": "bin",
"source": "imm64.asm",
"option": "-Ox",
"target": [
{ "output": "imm64-ox.bin" },
{ "stderr": "imm64-ox.stderr" }
]
},
{
"description": "Test imm64 operations (-O1)",
"ref": "imm64",
"option": "-O1",
"target": [
{ "output": "imm64-o1.bin" },
{ "stderr": "imm64-o1.stderr" }
]
},
{
"description": "Test imm64 operations (-O0)",
"ref": "imm64",
"option": "-O0",
"target": [
{ "output": "imm64-o0.bin" },
{ "stderr": "imm64-o0.stderr" }
]
}
]