nasm/travis/rdpid/rdpid.json

22 lines
332 B
JSON
Raw Permalink Normal View History

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