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

13 lines
188 B
JSON

[
{
"description": "Test of floating-point formats",
"id": "float",
"format": "bin",
"source": "float.asm",
"option": "-Ox",
"target": [
{ "output": "float.bin" }
]
}
]