nasm/travis/floatx/floatx.json

14 lines
234 B
JSON
Raw Permalink Normal View History

[
{
"description": "Test hexadecimal floating-point numbers",
"id": "floatx",
"format": "bin",
"source": "floatx.asm",
"option": "-Ox",
"target": [
{ "output": "floatx.bin" },
{ "stderr": "floatx.stderr" }
]
}
]