diff options
author | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-04 18:29:24 +0300 |
---|---|---|
committer | Cyrill Gorcunov <gorcunov@gmail.com> | 2018-11-11 21:43:45 +0300 |
commit | fe6f73878aba8aca052b385208b55263e5bfe981 (patch) | |
tree | cf8ff5c0191b5eb58beb2a347bfc88714ab0fc39 /travis/test/floatb.json | |
parent | e55f0b9dafd802f920ff28dc26c1f4e1d8f32ec0 (diff) | |
download | nasm-fe6f73878aba8aca052b385208b55263e5bfe981.tar.gz nasm-fe6f73878aba8aca052b385208b55263e5bfe981.tar.xz nasm-fe6f73878aba8aca052b385208b55263e5bfe981.zip |
test: nasm-t -- Add floatb test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
Diffstat (limited to 'travis/test/floatb.json')
-rw-r--r-- | travis/test/floatb.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/travis/test/floatb.json b/travis/test/floatb.json new file mode 100644 index 00000000..18ba8b6f --- /dev/null +++ b/travis/test/floatb.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test of known floating-point bugs", + "id": "floatb", + "format": "bin", + "source": "floatb.asm", + "option": "-Ox", + "target": [ + { "output": "floatb.bin" } + ] + } +] |