mirror of
https://github.com/gbdev/rgbds.git
synced 2026-07-02 05:58:04 +00:00
Refactor the test harness for external repo tests (#1994)
- Use CTest labels to filter tests ("internal"/"external", "free"/"nonfree",
and individual tool+project names) instead of defining `TESTS_RUN_NONFREE`
- Allow each external test to run independently in CTest
- Remove the unused no-op `fetch-test-deps.sh --only-internal` option
This commit is contained in:
Vendored
+7
@@ -0,0 +1,7 @@
|
||||
EXTERNAL_TEST_OWNER=LIJI32
|
||||
EXTERNAL_TEST_REPO=SameBoy
|
||||
EXTERNAL_TEST_DOMAIN=github.com
|
||||
EXTERNAL_TEST_COMMIT=2f4a6f231ec40ecfc0ab7df0a09eb932e7ccddec
|
||||
EXTERNAL_TEST_TARGET=bootroms
|
||||
EXTERNAL_TEST_FILE=build/bin/BootROMs/cgb_boot.bin
|
||||
EXTERNAL_TEST_HASH=113903775a9d34b798c2f8076672da6626815a91
|
||||
Reference in New Issue
Block a user