From 0e07408c63205ed645498789b5adb35827c09b62 Mon Sep 17 00:00:00 2001 From: ISSOtm Date: Thu, 29 Feb 2024 11:03:45 +0100 Subject: [PATCH] Document how to run the test suite --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ed0de264..eb4b6819 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,6 +62,8 @@ header. target checks for additional warnings. Your patches shouldn't introduce any new warning (but it may be possible to remove some warning checks if it makes the code much easier). +5. Test your changes by running `./run-tests.sh` in the `test` directory. + (You must run `./fetch-test-deps.sh` first; if you forget to, the test suite will fail and remind you mid-way.) 5. Format your changes according to `clang-format`, which will reformat the coding style according to our standards defined in `.clang-format`. 6. Create a pull request against the branch `master`.