nasm/travis/floatize/floatize.json

19 lines
309 B
JSON
Raw Permalink Normal View History

[
{
"description": "Test of floating-point (-Ox)",
"id": "floatize",
"format": "bin",
"source": "floatize.asm",
"option": "-Ox",
"target": [
{ "output": "floatize.bin" }
]
},
{
"description": "Test of floating-point (-O0)",
"ref": "floatize",
"option": "-O0",
"update": false
}
]