mirror of
https://github.com/gbdev/rgbds.git
synced 2026-08-23 07:14:31 +00:00
Remove the need to explicitly list external tests
I like having a single source of truth!
This commit is contained in:
Vendored
+1
-1
@@ -15,7 +15,7 @@ if [ ! -f "external/$1.cfg" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Sourcing "external/$1.cfg" defines `EXT_TEST_*` values used below.
|
||||
# Sourcing "$1.cfg" defines `EXT_TEST_*` variables used below.
|
||||
. "external/$1.cfg"
|
||||
|
||||
if ! cd "$EXT_TEST_REPO"; then
|
||||
|
||||
Reference in New Issue
Block a user