From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:55
|
Commit-ID: 59cde89ba90b41780b4f35bd51c30611f157854e Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=59cde89ba90b41780b4f35bd51c30611f157854e Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 19:33:27 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add local test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/local.asm | 1 - travis/test/local.bin.t | 1 + travis/test/local.json | 11 +++++++++++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/test/local.asm b/travis/test/local.asm similarity index 78% copy from test/local.asm copy to travis/test/local.asm index 8a42bb8..64a0e59 100644 --- a/test/local.asm +++ b/travis/test/local.asm @@ -1,4 +1,3 @@ -;Testname=test; Arguments=-fbin -olocal.bin; Files=stdout stderr local.bin bits 32 %push bluttan diff --git a/travis/test/local.bin.t b/travis/test/local.bin.t new file mode 100644 index 0000000..148e640 --- /dev/null +++ b/travis/test/local.bin.t @@ -0,0 +1 @@ +E]MUE]MU \ No newline at end of file diff --git a/travis/test/local.json b/travis/test/local.json new file mode 100644 index 0000000..0278b87 --- /dev/null +++ b/travis/test/local.json @@ -0,0 +1,11 @@ +[ + { + "description": "Test local directive", + "id": "local", + "format": "bin", + "source": "local.asm", + "target": [ + { "output": "local.bin" } + ] + } +] |