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

14 lines
199 B
JSON

[
{
"description": "Test BCD numbers",
"id": "bcd",
"format": "bin",
"source": "bcd.asm",
"option": "-Ox",
"target": [
{ "output": "bcd.bin" },
{ "stderr": "bcd.stderr" }
]
}
]