nasm/travis/test/bintest.json

21 lines
336 B
JSON
Raw Normal View History

[
{
"description": "Test com generation (-Ox)",
"id": "bintest",
"format": "bin",
"source": "bintest.asm",
"option": "-Ox",
"target": [
{ "output": "bintest-ox.bin" }
]
},
{
"description": "Test com generation (-O0)",
"ref": "bintest",
"option": "-O0",
"target": [
{ "output": "bintest-o0.bin" }
]
}
]