nasm/travis/test/binexe.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
329 B
JSON

[
{
"description": "Test for exebin.mac macros (-Ox)",
"id": "binexe",
"format": "bin",
"source": "binexe.asm",
"option": "-Ox -i./misc/",
"target": [
{ "output": "binexe.exe" }
]
},
{
"description": "Test for exebin.mac macros (-O0)",
"ref": "binexe",
"option": "-O0 -i./misc/",
"update": false
}
]