nasm/travis/test/float.json

13 lines
188 B
JSON
Raw Normal View History

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