check-spaces is run as part of make check

This commit is contained in:
Chelsea H. Komlo 2016-12-21 17:07:57 -05:00
parent d95678ca8f
commit dfde58db6b
No known key found for this signature in database
GPG Key ID: 1138332F98B52EE7
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ Coding conventions for Tor
tl;dr:
- Run configure with `--enable-fatal-warnings`
- Run `make check-spaces` to catch whitespace errors
- Document your functions
- Write unit tests
- Run `make test-full` to test against all unit and integration tests.
@ -24,7 +23,6 @@ preference)
Did you remember...
- To build your code while configured with `--enable-fatal-warnings`?
- To run `make check-spaces` on your code?
- To run `make check-docs` to see whether all new options are on
the manpage?
- To write unit tests, as possible?