[nasm:master] travis: add splitea test

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Sat Oct 10 06:39:07 PDT 2020


Commit-ID:  b07ef092735af7f86cc3c5b9cda6980b62e8ad55
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=b07ef092735af7f86cc3c5b9cda6980b62e8ad55
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sat, 10 Oct 2020 14:12:35 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sat, 10 Oct 2020 14:21:34 +0300

travis: add splitea test

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


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

diff --git a/test/splitea.asm b/travis/test/splitea.asm
similarity index 100%
copy from test/splitea.asm
copy to travis/test/splitea.asm
diff --git a/travis/test/splitea.bin.t b/travis/test/splitea.bin.t
new file mode 100644
index 00000000..359658d9
Binary files /dev/null and b/travis/test/splitea.bin.t differ
diff --git a/travis/test/splitea.json b/travis/test/splitea.json
new file mode 100644
index 00000000..5359b22a
--- /dev/null
+++ b/travis/test/splitea.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Split EA test",
+		"id": "splitea",
+		"format": "bin",
+		"source": "splitea.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "splitea.bin" }
+		]
+	}
+]


More information about the Nasm-commits mailing list