0
0
forked from aniani/nasm
Files
nasm/travis/test/vmx.json
Cyrill Gorcunov 984761f924 travis: add vmx test
To test VMX instructions.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2021-05-13 01:25:04 +03:00

13 lines
173 B
JSON

[
{
"description": "Test VMX instructions",
"id": "vmx",
"format": "elf64",
"source": "vmx.asm",
"option": "-Ox",
"target": [
{ "output": "vmx.o" }
]
}
]