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

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