nasm/travis/test/test67.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
301 B
JSON

[
{
"description": "Test for 0x67 prefixes (-Ox)",
"id": "test67",
"format": "bin",
"source": "test67.asm",
"option": "-Ox",
"target": [
{ "output": "test67.bin" }
]
},
{
"description": "Test for 0x67 prefixes (-O0)",
"ref": "test67",
"option": "-O0",
"update": false
}
]