mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Share some handling between two tests of rgbasm -M -
This commit is contained in:
12
test/asm/errors-after-missing-include/a.asm
Normal file
12
test/asm/errors-after-missing-include/a.asm
Normal file
@@ -0,0 +1,12 @@
|
||||
PUSHC
|
||||
PUSHO
|
||||
PUSHS
|
||||
SECTION "test", WRAM0
|
||||
UNION
|
||||
INCLUDE "does not exist"
|
||||
/*
|
||||
ENDU
|
||||
POPS
|
||||
POPO
|
||||
POPC
|
||||
*/
|
||||
0
test/asm/errors-after-missing-include/a.err
Normal file
0
test/asm/errors-after-missing-include/a.err
Normal file
2
test/asm/errors-after-missing-include/a.out
Normal file
2
test/asm/errors-after-missing-include/a.out
Normal file
@@ -0,0 +1,2 @@
|
||||
a.o: errors-after-missing-include/a.asm
|
||||
a.o: does not exist
|
||||
Reference in New Issue
Block a user