0
0
forked from aniani/nasm
Files
nasm/travis/test/a64.json
Cyrill Gorcunov f0b0155280 travis: add a64 test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-08-24 13:48:31 +03:00

19 lines
285 B
JSON

[
{
"description": "Test 64 bit address (-Ox)",
"id": "a64",
"format": "bin",
"source": "a64.asm",
"option": "-Ox",
"target": [
{ "output": "a64.bin" }
]
},
{
"description": "Test 64 bit address (-O0)",
"ref": "a64",
"option": "-O0",
"update": "false"
}
]