From: nasm-bot f. C. G. <gor...@gm...> - 2018-11-12 07:00:41
|
Commit-ID: 99e866c68d92229ba0003210146f80b6348a04ba Gitweb: http://repo.or.cz/w/nasm.git?a=commitdiff;h=99e866c68d92229ba0003210146f80b6348a04ba Author: Cyrill Gorcunov <gor...@gm...> AuthorDate: Sun, 4 Nov 2018 01:42:15 +0300 Committer: Cyrill Gorcunov <gor...@gm...> CommitDate: Sun, 11 Nov 2018 21:43:45 +0300 test: nasm-t -- Add mpx test Signed-off-by: Cyrill Gorcunov <gor...@gm...> --- {test => travis/test}/mpx.asm | 0 travis/test/mpx.json | 12 ++++++++++++ travis/test/mpx.o.t | Bin 0 -> 848 bytes 3 files changed, 12 insertions(+) diff --git a/test/mpx.asm b/travis/test/mpx.asm similarity index 100% copy from test/mpx.asm copy to travis/test/mpx.asm diff --git a/travis/test/mpx.json b/travis/test/mpx.json new file mode 100644 index 0000000..201445f --- /dev/null +++ b/travis/test/mpx.json @@ -0,0 +1,12 @@ +[ + { + "description": "Test MPX instruction in 32 bit mode", + "id": "mpx", + "format": "elf", + "source": "mpx.asm", + "option": "-O0", + "target": [ + { "output": "mpx.o" } + ] + } +] diff --git a/travis/test/mpx.o.t b/travis/test/mpx.o.t new file mode 100644 index 0000000..ea6d854 Binary files /dev/null and b/travis/test/mpx.o.t differ |