nasm/travis/test/clzero.json
Cyrill Gorcunov ad2fab7778 test: nasm-t -- Use plain stderr extension for error stream
Just to unify with other tests

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-12-23 18:12:37 +03:00

22 lines
380 B
JSON

[
{
"description": "Test CLZERO instruction (ax/eax/rax)",
"id": "clzero",
"format": "bin",
"source": "clzero.asm",
"option": "-Ox",
"target": [
{ "output": "clzero.bin" }
]
},
{
"description": "Test unsupported CLZERO instruction",
"ref": "clzero",
"option": "-Ox -DERROR",
"target": [
{ "stderr": "clzero.stderr" }
],
"error": "expected"
}
]