nasm/travis/test/v4.json
Cyrill Gorcunov 6691653710 travis: add v4
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-08-25 18:12:09 +03:00

22 lines
343 B
JSON

[
{
"description": "Test v4 instructions",
"id": "v4",
"format": "bin",
"source": "v4.asm",
"option": "-Ox",
"target": [
{ "output": "v4.bin" }
]
},
{
"description": "Test v4 instructions (error)",
"ref": "v4",
"option": "-DERROR -o v4.bin",
"target": [
{ "stderr": "v4.stderr" }
],
"error": "expected"
}
]