Add automated test for version consistency

Automatically check that the version number constants
(__RGBDS_MAJOR__ etc.) match `rgbasm -V`
Should avoid the problem with 0.4.2's release...
This commit is contained in:
ISSOtm
2020-12-10 12:22:29 +01:00
parent 9b6f01047c
commit bf789dd7b3
4 changed files with 5 additions and 2 deletions

View File

@@ -1 +1 @@
PRINTT "RGBDS version {d:__RGBDS_MAJOR__}.{d:__RGBDS_MINOR__}.{d:__RGBDS_PATCH__}\n"
PRINTT "v{d:__RGBDS_MAJOR__}.{d:__RGBDS_MINOR__}.{d:__RGBDS_PATCH__}\n"