[nasm:nasm-2.15.xx-travis] travis: add xpaste test

nasm-bot for Cyrill Gorcunov gorcunov at gmail.com
Tue Aug 25 05:42:11 PDT 2020


Commit-ID:  d2e3bd850f59603b8402074fcd578312e308f1af
Gitweb:     http://repo.or.cz/w/nasm.git?a=commitdiff;h=d2e3bd850f59603b8402074fcd578312e308f1af
Author:     Cyrill Gorcunov <gorcunov at gmail.com>
AuthorDate: Mon, 24 Aug 2020 18:03:32 +0300
Committer:  Cyrill Gorcunov <gorcunov at gmail.com>
CommitDate: Mon, 24 Aug 2020 18:03:32 +0300

travis: add xpaste test

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


---
 {test => travis/test}/xpaste.asm |  0
 travis/test/xpaste.bin.t         |  1 +
 travis/test/xpaste.json          | 11 +++++++++++
 3 files changed, 12 insertions(+)

diff --git a/test/xpaste.asm b/travis/test/xpaste.asm
similarity index 100%
copy from test/xpaste.asm
copy to travis/test/xpaste.asm
diff --git a/travis/test/xpaste.bin.t b/travis/test/xpaste.bin.t
new file mode 100644
index 00000000..59bb2f04
--- /dev/null
+++ b/travis/test/xpaste.bin.t
@@ -0,0 +1 @@
+gfH
\ No newline at end of file
diff --git a/travis/test/xpaste.json b/travis/test/xpaste.json
new file mode 100644
index 00000000..31721c15
--- /dev/null
+++ b/travis/test/xpaste.json
@@ -0,0 +1,11 @@
+[
+       {
+               "description": "Test preproc xdefine",
+               "id": "xpaste",
+               "source": "xpaste.asm",
+               "option": "-f bin -Ox",
+               "target": [
+                      { "output": "xpaste.bin" }
+               ]
+       }
+]


More information about the Nasm-commits mailing list