From 919a5dba89ea7112b5da5b5f40023821b8d54fa8 Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Mon, 23 Mar 2026 11:13:23 -0400 Subject: [PATCH] Correct CONTRIBUTING.md to accurately describe test/fetch-test-deps.sh --- CONTRIBUTING.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b72e8240..69b97a9c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 [Make](//gnu.org/software/make) is currently supported, and the Makefile must 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 bottom, following the existing pattern: ```sh - action + action ``` - - (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 the bottom, following the existing pattern: