mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-02-17 17:19:35 +08:00
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>
13 lines
185 B
JSON
13 lines
185 B
JSON
[
|
|
{
|
|
"description": "Test coff format",
|
|
"id": "cofftest",
|
|
"format": "win32",
|
|
"source": "cofftest.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "cofftest.obj" }
|
|
]
|
|
}
|
|
]
|