0
0
forked from aniani/nasm
Files
nasm/travis/test/coffalign.json
Cyrill Gorcunov 247e8ef151 travis: add coffalign
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 00:07:03 +03:00

13 lines
191 B
JSON

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