[nasm:master] travis: add hexfp

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Wed Oct 14 14:57:07 PDT 2020


Commit-ID:  9d68a8babd818424c05446d830e22471f1221652
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=9d68a8babd818424c05446d830e22471f1221652
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Thu, 15 Oct 2020 00:49:32 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Thu, 15 Oct 2020 00:54:10 +0300

travis: add hexfp

Signed-off-by: Cyrill Gorcunov <gorcunov at gmail.com>


---
 {test => travis/test}/hexfp.asm |   0
 travis/test/hexfp.bin.t         | Bin 0 -> 528 bytes
 travis/test/hexfp.json          |  12 ++++++++++++
 3 files changed, 12 insertions(+)

diff --git a/test/hexfp.asm b/travis/test/hexfp.asm
similarity index 100%
copy from test/hexfp.asm
copy to travis/test/hexfp.asm
diff --git a/travis/test/hexfp.bin.t b/travis/test/hexfp.bin.t
new file mode 100644
index 00000000..52ddb8ac
Binary files /dev/null and b/travis/test/hexfp.bin.t differ
diff --git a/travis/test/hexfp.json b/travis/test/hexfp.json
new file mode 100644
index 00000000..6e6ad16b
--- /dev/null
+++ b/travis/test/hexfp.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test br3392399",
+		"id": "hexfp",
+		"format": "bin",
+		"source": "hexfp.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "hexfp.bin" }
+		]
+	}
+]


More information about the Nasm-commits mailing list