nasm/travis/test/a32offs.json
Cyrill Gorcunov 2e1bf723a9 test: travis -- Add some of converted tests
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-10-17 21:40:14 +03:00

19 lines
317 B
JSON

[
{
"description": "Check a16/a32 address prefix (-Ox)",
"id": "a32offs",
"format": "bin",
"source": "a32offs.asm",
"option": "-Ox",
"target": [
{ "output": "a32offs.bin" }
]
},
{
"description": "Check a16/a32 address prefix (-O0)",
"ref": "a32offs",
"option": "-O0",
"update": false
}
]