nasm/travis/test/mpx-64.json
Cyrill Gorcunov 1c58168dd5 test: nasm-t -- Add mpx-64 test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

13 lines
196 B
JSON

[
{
"description": "Test MPX instruction in 64 bit mode",
"id": "mpx-64",
"format": "elf64",
"source": "mpx-64.asm",
"option": "-O0",
"target": [
{ "output": "mpx-64.o" }
]
}
]