mirror of
https://github.com/gbdev/rgbds.git
synced 2026-07-02 22:18:03 +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=zladx
|
||||
EXTERNAL_TEST_REPO=LADX-Disassembly
|
||||
EXTERNAL_TEST_DOMAIN=github.com
|
||||
EXTERNAL_TEST_COMMIT=c77af4473e7a877c68e1de34a2aaf80e9076dc35
|
||||
EXTERNAL_TEST_TARGET=default
|
||||
EXTERNAL_TEST_FILE=azle.gbc
|
||||
EXTERNAL_TEST_HASH=d90ac17e9bf17b6c61624ad9f05447bdb5efc01a
|
||||
Reference in New Issue
Block a user