Added a final success message at end of tests

so that a human reading the test log can determine everything was fine without consulting the shell error code.

Also: made `make check` slightly shorter by moving one longer test to `make test`
This commit is contained in:
Yann Collet
2025-01-17 19:30:55 -08:00
parent c8243b4724
commit 78275149ea
5 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ Our contribution process works in three main stages:
* Note: run local tests to ensure that your changes didn't break existing functionality
* Quick check
```
make shortest
make check
```
* Longer check
```