From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:01:35
|
Commit-ID: 7c37fae21d27d43a5b9f6c2bcdcf70843d638713 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=7c37fae21d27d43a5b9f6c2bcdcf70843d638713 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 11 Nov 2018 17:07:23 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:46 +0300 test: nasm-t -- Add br890790 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- travis/test/br890790.asm | 6 ++++++ travis/test/br890790.bin.t | Bin 0 -> 11 bytes travis/test/br890790.json | 12 ++++++++++++ {test => travis/test}/br890790_i.asm | 0 4 files changed, 18 insertions(+) diff --git a/travis/test/br890790.asm b/travis/test/br890790.asm new file mode 100644 index 0000000..c0f95f7 --- /dev/null +++ b/travis/test/br890790.asm @@ -0,0 +1,6 @@ +%rep 5 + db 0 + %include "br890790_i.asm" +%endrep + +db 1 diff --git a/travis/test/br890790.bin.t b/travis/test/br890790.bin.t new file mode 100644 index 0000000..66ef498 Binary files /dev/null and b/travis/test/br890790.bin.t differ diff --git a/travis/test/br890790.json b/travis/test/br890790.json new file mode 100644 index 0000000..c438826 --- /dev/null +++ b/travis/test/br890790.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test inclusion inside rep directive", + "id": "br890790", + "format": "bin", + "source": "br890790.asm", + "option": "-Ox -I./travis/test/", + "target": [ + { "output": "br890790.bin" } + ] + } +] diff --git a/test/br890790_i.asm b/travis/test/br890790_i.asm similarity index 100% copy from test/br890790_i.asm copy to travis/test/br890790_i.asm |