nasm/travis/test/avx.json
Cyrill Gorcunov 23c180ea2c test: nasm-t -- Add missing update where needed
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

19 lines
287 B
JSON

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