mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-21 09:19:31 +08:00
b87a996ef0
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
376 B
JSON
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" }
|
|
]
|
|
}
|
|
]
|