nasm/travis/test/riprel.json
Cyrill Gorcunov 23c180ea2c test: nasm-t -- Add missing update where needed
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

20 lines
345 B
JSON

[
{
"description": "Test ip relative addressing (-Ox)",
"id": "riprel",
"format": "bin",
"source": "riprel.asm",
"option": "-Ox",
"target": [
{ "output": "riprel.bin" },
{ "stderr": "riprel.stderr" }
]
},
{
"description": "Test ip relative addressing (-O0)",
"ref": "riprel",
"option": "-O0",
"update": false
}
]