nasm/travis/test/cofftest.json
Cyrill Gorcunov 6334ea16ab travis: add cofftest
Lets run it as win32 since they are sharing
backends in most places but win32 is a way
more widely used.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 00:11:13 +03:00

13 lines
185 B
JSON

[
{
"description": "Test coff format",
"id": "cofftest",
"format": "win32",
"source": "cofftest.asm",
"option": "-Ox",
"target": [
{ "output": "cofftest.obj" }
]
}
]