0
0
forked from aniani/nasm
Files
nasm/travis/test/loopoffs.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
299 B
JSON

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