nasm/travis/obj/obj.json

20 lines
311 B
JSON
Raw Permalink Normal View History

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