mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Update subprojects in test suite
Especially necessary for the "new lexer" branch
This commit is contained in:
@@ -26,7 +26,7 @@ if [ ! -d pokecrystal ]; then
|
|||||||
fi
|
fi
|
||||||
pushd pokecrystal
|
pushd pokecrystal
|
||||||
git fetch
|
git fetch
|
||||||
git checkout d96f914315c6ab82d30facbc4a5be1710f3c4a33
|
git checkout b577e4e179711e96f8e059b42c7115e7103a4a69
|
||||||
make clean
|
make clean
|
||||||
make -j4 compare
|
make -j4 compare
|
||||||
popd
|
popd
|
||||||
@@ -36,7 +36,7 @@ if [ ! -d pokered ]; then
|
|||||||
fi
|
fi
|
||||||
pushd pokered
|
pushd pokered
|
||||||
git fetch
|
git fetch
|
||||||
git checkout 3e554e1d5206f0ede60f7e99e68637b7f13bc683
|
git checkout 2fe1505babaf02b995cc0d9c3a827b798935b19a
|
||||||
make clean
|
make clean
|
||||||
make -j4 compare
|
make -j4 compare
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user