mirror of
https://github.com/netwide-assembler/nasm.git
synced 2024-11-21 03:14:19 +08:00
test: nasm-t -- Test for sigsegv on multiple outputs
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
f5a48a6ba2
commit
afd8d2f11a
13
travis/test/mout.json
Normal file
13
travis/test/mout.json
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"description": "Test sigsegv fix if multiple outputs passed",
|
||||||
|
"id": "mout",
|
||||||
|
"format": "bin",
|
||||||
|
"source": "mout.asm",
|
||||||
|
"option": "-o mout.bin -o mout.bin",
|
||||||
|
"target": [
|
||||||
|
{ "stderr": "mout.stderr" }
|
||||||
|
],
|
||||||
|
"error": "expected"
|
||||||
|
}
|
||||||
|
]
|
1
travis/test/mout.stderr
Normal file
1
travis/test/mout.stderr
Normal file
@ -0,0 +1 @@
|
|||||||
|
mout.bin:fatal: more than one output file specified: mout.bin
|
Loading…
Reference in New Issue
Block a user