From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:01:36
|
Commit-ID: 292d728974117586aab439cf98dfe67dc66919cc Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=292d728974117586aab439cf98dfe67dc66919cc Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 11 Nov 2018 17:09:53 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:46 +0300 test: nasm-t -- Add br3026808 Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/br3026808.asm | 2 -- travis/test/{br2222615.bin.t => br3026808.bin.t} | 0 travis/test/br3026808.json | 12 ++++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/test/br3026808.asm b/travis/test/br3026808.asm similarity index 69% copy from test/br3026808.asm copy to travis/test/br3026808.asm index d84923a..5c61c95 100644 --- a/test/br3026808.asm +++ b/travis/test/br3026808.asm @@ -1,5 +1,3 @@ -;Testname=br3026808; Arguments=-Ox -fbin -obr3026808.o; Files=stdout stderr br3026808.o - %imacro proc 1 %push proc %assign %$arg 1 diff --git a/travis/test/br2222615.bin.t b/travis/test/br3026808.bin.t similarity index 100% copy from travis/test/br2222615.bin.t copy to travis/test/br3026808.bin.t diff --git a/travis/test/br3026808.json b/travis/test/br3026808.json new file mode 100644 index 0000000..5067517 --- /dev/null +++ b/travis/test/br3026808.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test push and pop directives", + "id": "br3026808", + "format": "bin", + "source": "br3026808.asm", + "option": "-Ox", + "target": [ + { "output": "br3026808.bin" } + ] + } +] |