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

21 lines
332 B
JSON

[
{
"description": "Test aout format (-Ox)",
"id": "aouttest",
"format": "aout",
"source": "aouttest.asm",
"option": "-Ox",
"target": [
{ "output": "aouttest-ox.o" }
]
},
{
"description": "Test aout format (-O0)",
"ref": "aouttest",
"option": "-O0",
"target": [
{ "output": "aouttest-o0.o" }
]
}
]