Skip to content

Commit

Permalink
Fix run-tests example
Browse files Browse the repository at this point in the history
  • Loading branch information
ahans committed Jan 28, 2024
1 parent 05309af commit 8f781d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ Firstly make sure you have the necessary applications installed (such as `clang-
If you'd like to run only some of the tests to check your work, you can specify them as arguments to the run-tests script.

```bash
~/git/c$ ./bin/run-tests acronym all-your-base allergies
~/git/c$ ./bin/run-tests -p -e acronym -e all-your-base -e allergies
```

## Test Runner
Expand Down

0 comments on commit 8f781d0

Please sign in to comment.