From fe6f73878aba8aca052b385208b55263e5bfe981 Mon Sep 17 00:00:00 2001 From: Cyrill Gorcunov Date: Sun, 4 Nov 2018 18:29:24 +0300 Subject: test: nasm-t -- Add floatb test Signed-off-by: Cyrill Gorcunov --- travis/test/floatb.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 travis/test/floatb.json (limited to 'travis/test/floatb.json') 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" } + ] + } +] -- cgit