Add test for version constants

This commit is contained in:
ISSOtm
2020-03-21 21:01:25 +01:00
parent 8191e5eb27
commit 402ffbf0c5
3 changed files with 2 additions and 0 deletions

1
test/asm/version.asm Normal file
View File

@@ -0,0 +1 @@
PRINTT "RGBDS version {__RGBDS_MAJOR__}.{__RGBDS_MINOR__}.{__RGBDS_PATCH__}\n"

0
test/asm/version.err Normal file
View File

1
test/asm/version.out Normal file
View File

@@ -0,0 +1 @@
RGBDS version $0.$3.$9