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

19 lines
308 B
JSON

[
{
"description": "Test org directive error (elf64)",
"id": "org",
"format": "elf64",
"source": "org.asm",
"option": "-Ox",
"target": [
{ "stderr": "org.stderr" }
],
"error": "expected"
},
{
"description": "Test org directive error (win64)",
"ref": "org",
"format": "win64"
}
]