Rewrite RGBFIX

- Make it work inside pipelines
- Add RGBFIX tests to the suite
- Be more flexible in accepted MBC names
- Add warnings for dangerous or nonsensical input params
- Improve man page
This commit is contained in:
ISSOtm
2020-12-26 01:53:16 +01:00
committed by Eldred Habert
parent f28b4abafc
commit 41d544a4eb
215 changed files with 1450 additions and 541 deletions

View File

@@ -14,13 +14,11 @@ fi
# Tests included with the repository
pushd asm
./test.sh
popd
pushd link
./test.sh
popd
for dir in asm link fix; do
pushd $dir
./test.sh
popd
done
# Test some significant external projects that use RGBDS
# When adding new ones, don't forget to add them to the .gitignore!