nasm/travis/test/tmap.json
Cyrill Gorcunov 2e1bf723a9 test: travis -- Add some of converted tests
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-10-17 21:40:14 +03:00

11 lines
215 B
JSON

{
"description": "Test abuse the section flags which breaks NASM 0.98.37",
"format": "elf",
"source": "tmap.asm",
"option": "-DLINUX",
"target": [
{ "output": "tmap.o" },
{ "stderr": "tmap.o.stderr" }
]
}