mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-22 03:02:06 +00:00
Add test for version constants
This commit is contained in:
1
test/asm/version.asm
Normal file
1
test/asm/version.asm
Normal file
@@ -0,0 +1 @@
|
||||
PRINTT "RGBDS version {__RGBDS_MAJOR__}.{__RGBDS_MINOR__}.{__RGBDS_PATCH__}\n"
|
||||
0
test/asm/version.err
Normal file
0
test/asm/version.err
Normal file
1
test/asm/version.out
Normal file
1
test/asm/version.out
Normal file
@@ -0,0 +1 @@
|
||||
RGBDS version $0.$3.$9
|
||||
Reference in New Issue
Block a user