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

40 lines
788 B
JSON

[
{
"description": "Test jmp optimization",
"id": "fwdoptpp",
"format": "bin",
"source": "fwdoptpp.asm",
"option": "-Ox",
"target": [
{ "output": "fwdoptpp.bin" }
]
},
{
"description": "Test warning directive",
"ref": "fwdoptpp",
"option": "-O0 -DWARNING",
"target": [
{ "output": "fwdoptpp.warning.bin" },
{ "stderr": "fwdoptpp.warning.stderr" }
]
},
{
"description": "Test error directive",
"ref": "fwdoptpp",
"option": "-O0 -DERROR -o fwdoptpp.null.bin",
"target": [
{ "stderr": "fwdoptpp.error.stderr" }
],
"error": "expected"
},
{
"description": "Test fatal directive",
"ref": "fwdoptpp",
"option": "-O0 -DFATAL -o fwdoptpp.null.bin",
"target": [
{ "stderr": "fwdoptpp.fatal.stderr" }
],
"error": "expected"
}
]