nasm/travis/test/floatize.json
Cyrill Gorcunov 23c180ea2c test: nasm-t -- Add missing update where needed
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

19 lines
309 B
JSON

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