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