mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-26 04:52:08 +00:00
Run internal tests in FreeBSD (#1616)
This commit is contained in:
@@ -24,10 +24,11 @@ while [[ $# -gt 0 ]]; do
|
||||
;;
|
||||
--only-free)
|
||||
nonfree=false
|
||||
FETCH_TEST_DEPS="fetch-test-deps.sh --only-free"
|
||||
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-free"
|
||||
;;
|
||||
--only-internal)
|
||||
external=false
|
||||
FETCH_TEST_DEPS="$FETCH_TEST_DEPS --only-internal"
|
||||
;;
|
||||
--)
|
||||
break
|
||||
|
||||
Reference in New Issue
Block a user