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

18 lines
280 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"
}
]