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:
Cyrill Gorcunov 2018-11-12 23:28:18 +03:00
parent 0135a8147e
commit fcc85aeef7
2 changed files with 7 additions and 1 deletions

6
travis/test/inc3.asm Normal file
View 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

View File

@ -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" }
]