mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Merge pull request #354 from NieDzejkob/test-runner-stuff
Various test running fixes
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -6,6 +6,6 @@ rgbgfx
|
|||||||
*.exe
|
*.exe
|
||||||
.checkpatch-camelcase.*
|
.checkpatch-camelcase.*
|
||||||
|
|
||||||
test/pokecrystal/*
|
test/pokecrystal
|
||||||
test/pokered/*
|
test/pokered
|
||||||
test/ucity/*
|
test/ucity
|
||||||
|
|||||||
@@ -4,6 +4,8 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
# Tests included with the repository
|
# Tests included with the repository
|
||||||
|
|
||||||
pushd asm
|
pushd asm
|
||||||
@@ -23,6 +25,7 @@ fi
|
|||||||
pushd pokecrystal
|
pushd pokecrystal
|
||||||
git fetch
|
git fetch
|
||||||
git checkout 06e169d
|
git checkout 06e169d
|
||||||
|
make clean
|
||||||
make -j
|
make -j
|
||||||
make compare
|
make compare
|
||||||
popd
|
popd
|
||||||
@@ -33,6 +36,7 @@ fi
|
|||||||
pushd pokered
|
pushd pokered
|
||||||
git fetch
|
git fetch
|
||||||
git checkout 98f09b6
|
git checkout 98f09b6
|
||||||
|
make clean
|
||||||
make -j
|
make -j
|
||||||
make compare
|
make compare
|
||||||
popd
|
popd
|
||||||
@@ -43,5 +47,6 @@ fi
|
|||||||
pushd ucity
|
pushd ucity
|
||||||
git fetch
|
git fetch
|
||||||
git checkout 3315601
|
git checkout 3315601
|
||||||
|
make clean
|
||||||
make -j
|
make -j
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user