[nasm:master] travis: add objexe

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Sun Oct 11 03:06:12 PDT 2020


Commit-ID:  4bedceb83c6473c7bda3b6ee13bd238c4b2ab567
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=4bedceb83c6473c7bda3b6ee13bd238c4b2ab567
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Sun, 11 Oct 2020 13:00:57 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Sun, 11 Oct 2020 13:00:57 +0300

travis: add objexe

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


---
 {test => travis/test}/objexe.asm |   2 +-
 travis/test/objexe.json          |  12 ++++++++++++
 travis/test/objexe.obj.t         | Bin 0 -> 192 bytes
 3 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/test/objexe.asm b/travis/test/objexe.asm
similarity index 99%
copy from test/objexe.asm
copy to travis/test/objexe.asm
index 9959f40f..971336ea 100644
--- a/test/objexe.asm
+++ b/travis/test/objexe.asm
@@ -6,7 +6,7 @@
 ; To test:
 ;    objexe
 ; (should print `hello, world')
-	  
+
 	  segment code
 
 ..start:  mov ax,data
diff --git a/travis/test/objexe.json b/travis/test/objexe.json
new file mode 100644
index 00000000..924136c6
--- /dev/null
+++ b/travis/test/objexe.json
@@ -0,0 +1,12 @@
+[
+	{
+		"description": "Test obj executable builtin",
+		"id": "objexe",
+		"format": "obj",
+		"source": "objexe.asm",
+		"option": "-Ox",
+		"target": [
+			{ "output": "objexe.obj" }
+		]
+	}
+]
diff --git a/travis/test/objexe.obj.t b/travis/test/objexe.obj.t
new file mode 100644
index 00000000..167c1162
Binary files /dev/null and b/travis/test/objexe.obj.t differ


More information about the Nasm-commits mailing list