diff options
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" } + ] + } +] |