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

20 lines
363 B
JSON

[
{
"description": "Test of floating-point formats (-Ox)",
"id": "floatexp",
"format": "bin",
"source": "floatexp.asm",
"option": "-Ox",
"target": [
{ "output": "floatexp-ox.bin" }
]
},
{
"description": "Test of floating-point formats (-O0)",
"ref": "floatexp",
"option": "-O0",
"target": [
{ "output": "floatexp-o0.bin" }
]
}
]