mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04: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>
12 lines
185 B
JSON
12 lines
185 B
JSON
[
|
|
{
|
|
"description": "Test coff format",
|
|
"id": "cofftest",
|
|
"format": "win32",
|
|
"source": "cofftest.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "cofftest.obj" }
|
|
]
|
|
}
|
|
]
|