0
0
forked from aniani/nasm
Files
nasm/travis/test/floatx.json
Cyrill Gorcunov 0137027911 travis: add floatx
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 00:54:06 +03:00

14 lines
234 B
JSON

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