nasm/travis/test/multisection.json
Cyrill Gorcunov 7af13e0466 test: nasm-t -- Add multisection
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:46 +03:00

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" }
]
}
]