mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-01-06 16:04:43 +08:00
32 lines
648 B
JSON
32 lines
648 B
JSON
|
[
|
||
|
{
|
||
|
"description": "Test mutlisecions (bin)",
|
||
|
"id": "multisection",
|
||
|
"format": "bin",
|
||
|
"source": "multisection.asm",
|
||
|
"option": "-Ox",
|
||
|
"target": [
|
||
|
{ "output": "multisection.bin" },
|
||
|
{ "stderr": "multisection.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test mutlisecions (elf32)",
|
||
|
"ref": "multisection",
|
||
|
"format": "elf32",
|
||
|
"target": [
|
||
|
{ "output": "multisection-elf32.o" },
|
||
|
{ "stderr": "multisection-elf32.stderr" }
|
||
|
]
|
||
|
},
|
||
|
{
|
||
|
"description": "Test mutlisecions (elf64)",
|
||
|
"ref": "multisection",
|
||
|
"format": "elf64",
|
||
|
"target": [
|
||
|
{ "output": "multisection-elf64.o" },
|
||
|
{ "stderr": "multisection-elf64.stderr" }
|
||
|
]
|
||
|
}
|
||
|
]
|