mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-11 12:07:52 +00:00
Handle a missing -P/--preinclude file the same as an INCLUDE (#1873)
This commit is contained in:
12
test/asm/exits-after-missing-preinclude/a.asm
Normal file
12
test/asm/exits-after-missing-preinclude/a.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "never reaches here"
|
||||
/*
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
*/
|
||||
0
test/asm/exits-after-missing-preinclude/a.err
Normal file
0
test/asm/exits-after-missing-preinclude/a.err
Normal file
1
test/asm/exits-after-missing-preinclude/a.flags
Normal file
1
test/asm/exits-after-missing-preinclude/a.flags
Normal file
@@ -0,0 +1 @@
|
||||
-MG -P nonexistent-pre.inc
|
||||
2
test/asm/exits-after-missing-preinclude/a.out
Normal file
2
test/asm/exits-after-missing-preinclude/a.out
Normal file
@@ -0,0 +1,2 @@
|
||||
a.o: exits-after-missing-preinclude/a.asm
|
||||
a.o: nonexistent-pre.inc
|
||||
Reference in New Issue
Block a user