travis: add nullfile

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Cyrill Gorcunov 2020-10-10 16:33:28 +03:00
parent 5d613ce88b
commit b511da48c1
3 changed files with 15 additions and 0 deletions

3
travis/test/nullfile.asm Normal file
View file

@ -0,0 +1,3 @@
;
; A file that produces no output has been known to occationally crash NASM.
;

View file

12
travis/test/nullfile.json Normal file
View file

@ -0,0 +1,12 @@
[
{
"description": "Test for nil output",
"id": "nullfile",
"format": "bin",
"source": "nullfile.asm",
"option": "-Ox",
"target": [
{ "output": "nullfile.bin" }
]
}
]