From 7e3af4b3cd59ce6c3d059484477b80aec6deb4dc Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Sat, 31 Aug 2019 04:17:08 +0200 Subject: [PATCH] Make testing external projects use local RGBDS Currently, the installed version is used instead, which isn't consistent with the tests, which use the local version. --- test/run-tests.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/run-tests.sh b/test/run-tests.sh index b6e62857..d902df7d 100755 --- a/test/run-tests.sh +++ b/test/run-tests.sh @@ -19,6 +19,8 @@ popd # Test some significant external projects that use RGBDS # When adding new ones, don't forget to add them to the .gitignore! +export PATH="$PWD/..:$PATH" + if [ ! -d pokecrystal ]; then git clone https://github.com/pret/pokecrystal.git --shallow-since=2018-06-04 --single-branch fi