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

21 lines
336 B
JSON

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