mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
The "warnstack" test is supposed to test the warning stack, but the [warning] directive is never seen in preprocess-only mode, so run it in -f bin mode. Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
13 lines
250 B
JSON
13 lines
250 B
JSON
[
|
|
{
|
|
"description": "Test warning stack",
|
|
"id": "warnstack",
|
|
"format": "bin",
|
|
"source": "warnstack.asm",
|
|
"option": "-Ox",
|
|
"target": [
|
|
{ "output": "warnstack.bin" },
|
|
{ "stderr": "warnstack.stderr" }
|
|
]
|
|
}
|
|
]
|