Add RGBGFX tests

This commit is contained in:
ISSOtm
2022-04-25 09:39:30 +02:00
committed by Eldred Habert
parent a77b0b396a
commit cbf6fadcdb
35 changed files with 51 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ fi
# Tests included with the repository
for dir in asm link fix; do
for dir in asm link fix gfx; do
pushd $dir
./test.sh
popd