mirror of
https://github.com/netwide-assembler/nasm
synced 2026-08-26 16:23:04 -04:00
travis: add nullfile
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
parent
5d613ce88b
commit
b511da48c1
3 changed files with 15 additions and 0 deletions
3
travis/test/nullfile.asm
Normal file
3
travis/test/nullfile.asm
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
;
|
||||
; A file that produces no output has been known to occationally crash NASM.
|
||||
;
|
||||
0
travis/test/nullfile.bin.t
Normal file
0
travis/test/nullfile.bin.t
Normal file
12
travis/test/nullfile.json
Normal file
12
travis/test/nullfile.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[
|
||||
{
|
||||
"description": "Test for nil output",
|
||||
"id": "nullfile",
|
||||
"format": "bin",
|
||||
"source": "nullfile.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "nullfile.bin" }
|
||||
]
|
||||
}
|
||||
]
|
||||
Loading…
Add table
Add a link
Reference in a new issue