mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-12-15 09:09:58 +08:00
df9df3b662
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
21 lines
332 B
JSON
21 lines
332 B
JSON
[
|
|
{
|
|
"description": "Test aout format (-Ox)",
|
|
"id": "aouttest",
|
|
"format": "aout",
|
|
"source": "aouttest.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "aouttest-ox.o" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test aout format (-O0)",
|
|
"ref": "aouttest",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "aouttest-o0.o" }
|
|
]
|
|
}
|
|
]
|