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

12 lines
178 B
JSON

[
{
"description": "Test miscompile with 16-bit built",
"id": "testdos",
"format": "bin",
"source": "testdos.asm",
"target": [
{ "output": "testdos.bin" }
]
}
]