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

18 lines
284 B
JSON

[
{
"description": "Test mmx instructions (-Ox)",
"id": "mmxsize",
"format": "bin",
"source": "mmxsize.asm",
"option": "-Ox",
"target": [
{ "output": "mmxsize.bin" }
]
},
{
"description": "Test mmx instructions (-O0)",
"ref": "mmxsize",
"option": "-O0"
}
]