nasm/travis/test/obj.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
311 B
JSON

[
{
"description": "Test 16 bit obj format (-Ox)",
"id": "obj",
"format": "obj",
"source": "obj.asm",
"option": "-Ox",
"target": [
{ "output": "obj.o" },
{ "stderr": "obj.stderr" }
]
},
{
"description": "Test obj format (-O0)",
"ref": "obj",
"option": "-O0",
"update": false
}
]