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

13 lines
185 B
JSON

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