shithub: rgbds

Download patch

ref: 7e3af4b3cd59ce6c3d059484477b80aec6deb4dc
parent: 02191135a0ed33848e004696f0c5a67a997fec61
author: ISSOtm <[email protected]>
date: Sat Aug 31 00:17:08 EDT 2019

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.

--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -19,6 +19,8 @@
 # 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