nasm/travis/test/nullfile.json
Cyrill Gorcunov b511da48c1 travis: add nullfile
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-10 16:33:28 +03:00

13 lines
186 B
JSON

[
{
"description": "Test for nil output",
"id": "nullfile",
"format": "bin",
"source": "nullfile.asm",
"option": "-Ox",
"target": [
{ "output": "nullfile.bin" }
]
}
]