nasm/travis/test/vmread.json

21 lines
342 B
JSON
Raw Normal View History

[
{
"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"
}
]