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

21 lines
340 B
JSON

[
{
"description": "Test .got offsets",
"id": "gotoff64",
"format": "elf64",
"source": "gotoff64.asm",
"target": [
{ "output": "gotoff64.o" }
]
},
{
"description": "Test errors in .got offsets",
"ref": "gotodd64",
"option": "-DERROR",
"target": [
{ "stderr": "gotoff64.stderr" }
],
"error": "expected"
}
]