0
0
forked from aniani/nasm
Files
nasm/travis/test/rdpid.json
Cyrill Gorcunov e24e18e6b9 travis: add rdpid
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 23:06:45 +03:00

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