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

12 lines
181 B
JSON

[
{
"description": "Assembly 'Hello, World! for Linux",
"id": "lnxhello",
"format": "elf32",
"source": "lnxhello.asm",
"target": [
{ "output": "lnxhello.o" }
]
}
]