nasm/travis/test/vmread.json
Cyrill Gorcunov 5fc8791857 test: nasm-t -- Add vmread test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

21 lines
342 B
JSON

[
{
"description": "Test vmread instruction",
"id": "vmread",
"format": "bin",
"source": "vmread.asm",
"target": [
{ "output": "vmread.bin" }
]
},
{
"description": "Test errors in vmread instruction",
"ref": "vmread",
"option": "-DERROR",
"target": [
{ "stderr": "vmread.stderr" }
],
"error": "expected"
}
]