mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04: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
2 changed files with 7 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue