We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a641e2 commit fa46e50Copy full SHA for fa46e50
CONTRIBUTING.md
@@ -150,6 +150,9 @@ $ ./configure && make -j8 test
150
Make sure the linter is happy and that all tests pass. Please, do not submit
151
patches that fail either check.
152
153
+Running `make test` will run the linter as well unless one or more tests fail.
154
+If you want to run the linter without running tests, use `make lint`.
155
+
156
If you are updating tests and just want to run a single test to check it, you
157
can use this syntax to run it exactly as the test harness would:
158
0 commit comments