mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
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:
@@ -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!
|
||||
|
||||
Reference in New Issue
Block a user