[nasm:master] travis: add ctxlocal

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


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

travis: add ctxlocal

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


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

diff --git a/test/ctxlocal.asm b/travis/test/ctxlocal.asm
similarity index 100%
copy from test/ctxlocal.asm
copy to travis/test/ctxlocal.asm
diff --git a/travis/test/ctxlocal.json b/travis/test/ctxlocal.json
new file mode 100644
index 00000000..935ed542
--- /dev/null
+++ b/travis/test/ctxlocal.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test of context-local labels",
+		"id": "ctxlocal",
+		"format": "elf64",
+		"source": "ctxlocal.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "ctxlocal.o" }
+		]
+	}
+]
diff --git a/travis/test/ctxlocal.o.t b/travis/test/ctxlocal.o.t
new file mode 100644
index 00000000..c4ec35df
Binary files /dev/null and b/travis/test/ctxlocal.o.t differ


More information about the Nasm-commits mailing list