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

21 lines
376 B
JSON

[
{
"description": "Test warnings on imul operation (nowarn)",
"id": "imul",
"format": "bin",
"source": "imul.asm",
"target": [
{ "output": "imul-nowarn.bin" }
]
},
{
"description": "Test warnings on imul operation (warn)",
"ref": "imul",
"option": "-DWARN",
"target": [
{ "output": "imul-warn.bin" },
{ "stderr": "imul-warn.stderr" }
]
}
]