mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-03-31 18:20:22 +08:00
test: nasm-t -- Extend inctest
To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527 Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
0135a8147e
commit
fcc85aeef7
6
travis/test/inc3.asm
Normal file
6
travis/test/inc3.asm
Normal file
@ -0,0 +1,6 @@
|
||||
;
|
||||
; To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527
|
||||
;
|
||||
%ifndef __OUTPUT_FORMAT__
|
||||
%fatal '__OUTPUT_FORMAT__ defined as ', __OUTPUT_FORMAT__
|
||||
%endif
|
@ -4,7 +4,7 @@
|
||||
"id": "inctest",
|
||||
"format": "bin",
|
||||
"source": "inctest.asm",
|
||||
"option": "-i./travis/test/",
|
||||
"option": "-i./travis/test/ -p inc3.asm",
|
||||
"target": [
|
||||
{ "output": "inctest.com" }
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user