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

44 lines
895 B
JSON

[
{
"description": "Test __OUTPUT_FORMAT__ directive (bin)",
"id": "nasmformat",
"format": "bin",
"source": "nasmformat.asm",
"option": "-Ox",
"target": [
{ "output": "nasmformat.bin" }
]
},
{
"description": "Test __OUTPUT_FORMAT__ directive (elf32)",
"ref": "nasmformat",
"format": "elf32",
"target": [
{ "output": "nasmformat-elf32.o" }
]
},
{
"description": "Test __OUTPUT_FORMAT__ directive (elf64)",
"ref": "nasmformat",
"format": "elf64",
"target": [
{ "output": "nasmformat-elf64.o" }
]
},
{
"description": "Test __OUTPUT_FORMAT__ directive (macho32)",
"ref": "nasmformat",
"format": "macho32",
"target": [
{ "output": "nasmformat-macho32.o" }
]
},
{
"description": "Test __OUTPUT_FORMAT__ directive (macho64)",
"ref": "nasmformat",
"format": "macho64",
"target": [
{ "output": "nasmformat-macho64.o" }
]
}
]