forked from aniani/nasm
22 lines
332 B
JSON
22 lines
332 B
JSON
[
|
|
{
|
|
"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"
|
|
}
|
|
]
|