nasm/travis/test/mpx.json

13 lines
185 B
JSON
Raw Normal View History

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