From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:50
|
Commit-ID: daff45cf3ca3d3c9ba1f285bf8d81862046f6229 Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=daff45cf3ca3d3c9ba1f285bf8d81862046f6229 Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sat, 3 Nov 2018 18:23:13 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add xcrypt test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/xcrypt.asm | 0 travis/test/xcrypt.bin.t | 1 + travis/test/xcrypt.json | 11 +++++++++++ 3 files changed, 12 insertions(+) diff --git a/test/xcrypt.asm b/travis/test/xcrypt.asm similarity index 100% copy from test/xcrypt.asm copy to travis/test/xcrypt.asm diff --git a/travis/test/xcrypt.bin.t b/travis/test/xcrypt.bin.t new file mode 100644 index 0000000..60c4651 --- /dev/null +++ b/travis/test/xcrypt.bin.t @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/travis/test/xcrypt.json b/travis/test/xcrypt.json new file mode 100644 index 0000000..cf1b90c --- /dev/null +++ b/travis/test/xcrypt.json @@ -0,0 +1,11 @@ +[ + { + "description": "Test XCRYPT instructions", + "id": "xcrypt", + "format": "bin", + "source": "xcrypt.asm", + "target": [ + { "output": "xcrypt.bin" } + ] + } +] |