mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-30 16:41:05 +08:00
692ec9f8d2
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
23 lines
421 B
JSON
23 lines
421 B
JSON
[
|
|
{
|
|
"description": "Test NetBSD/FreeBSD a.out format (-Ox)",
|
|
"id": "aoutb",
|
|
"format": "aoutb",
|
|
"source": "aoutso.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "aoutso-ox.o" },
|
|
{ "stderr": "aoutso.stderr" }
|
|
]
|
|
},
|
|
{
|
|
"description": "Test NetBSD/FreeBSD a.out format (-O0)",
|
|
"ref": "aoutb",
|
|
"option": "-O0",
|
|
"target": [
|
|
{ "output": "aoutso-o0.o" },
|
|
{ "stderr": "aoutso.stderr" }
|
|
]
|
|
}
|
|
]
|