mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add more RGBLINK tests (#1639)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
error: test: ROMX sections must be in bank 1 (if any) with option -t
|
||||
error: Section "test" has type ROMX, which must be in bank 1 (if any) with option `-t`
|
||||
Linking failed with 1 error
|
||||
|
||||
3
test/link/invalid-ram-types-d.out
Normal file
3
test/link/invalid-ram-types-d.out
Normal file
@@ -0,0 +1,3 @@
|
||||
error: Section "test1" has type WRAMX, which must be in bank 1 with options `-w` or `-d`
|
||||
error: Section "test2" has type VRAM, which must be in bank 0 with option `-d`
|
||||
Linking failed with 2 errors
|
||||
5
test/link/invalid-ram-types.asm
Normal file
5
test/link/invalid-ram-types.asm
Normal file
@@ -0,0 +1,5 @@
|
||||
SECTION "test1", WRAMX, BANK[2]
|
||||
db
|
||||
|
||||
SECTION "test2", VRAM, BANK[1]
|
||||
db
|
||||
@@ -1,2 +1,2 @@
|
||||
error: v1: VRAM bank 1 can't be used with option -d
|
||||
error: Section "v1" has type VRAM, which must be in bank 0 with option `-d`
|
||||
Linking failed with 1 error
|
||||
|
||||
Reference in New Issue
Block a user