nasm/travis/test/imul.json

21 lines
376 B
JSON
Raw Normal View History

[
{
"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" }
]
}
]