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

22 lines
404 B
JSON

[
{
"description": "Test elf shared library (-Ox)",
"id": "elfso",
"format": "elf32",
"source": "elfso.asm",
"option": "-Ox",
"target": [
{ "output": "elfso-ox.o" },
{ "stderr": "elfso-ox.stderr" }
]
},
{
"description": "Test elf shared library (-O0)",
"ref": "elfso",
"option": "-O0",
"target": [
{ "output": "elfso-o0.o" },
{ "stderr": "elfso-o0.stderr" }
]
}
]