Correct CONTRIBUTING.md to accurately describe test/fetch-test-deps.sh

This commit is contained in:
Rangi42
2026-03-23 11:13:23 -04:00
parent d9932b9031
commit 919a5dba89

View File

@@ -219,17 +219,12 @@ Each one is a binary RNG file which is passed to the `rgbgfx_test` program.
While the test suite supports any Make target name, only While the test suite supports any Make target name, only
[Make](//gnu.org/software/make) is currently supported, and the Makefile must [Make](//gnu.org/software/make) is currently supported, and the Makefile must
support a `RGBDS` variable to use a non-system RGBDS directory. support a `RGBDS` variable to use a non-system RGBDS directory.
Also, only projects hosted on GitHub are currently supported.
2. Add the project to `test/fetch-test-deps.sh`: add a new `action` line at the 2. Add the project to `test/fetch-test-deps.sh`: add a new `action` line at the
bottom, following the existing pattern: bottom, following the existing pattern:
```sh ```sh
action <owner> <repo> <date of last commit> <hash of last commit> action <domain> <owner> <repo> <hash of last commit>
``` ```
(The date is used to avoid fetching too much history when cloning the
repositories.)
3. Add the project to `test/run-tests.sh`: add a new `test_downstream` line at 3. Add the project to `test/run-tests.sh`: add a new `test_downstream` line at
the bottom, following the existing pattern: the bottom, following the existing pattern: