make check is required for all code submissions

integration tests should be run for feature changes/major patches
This commit is contained in:
Chelsea H. Komlo 2017-06-28 20:36:59 -04:00
parent 0f3084c4f2
commit 24d29c7ae0
No known key found for this signature in database
GPG Key ID: 1138332F98B52EE7
1 changed files with 6 additions and 1 deletions

View File

@ -6,7 +6,7 @@ tl;dr:
- Run configure with `--enable-fatal-warnings`
- Document your functions
- Write unit tests
- Run `make test-full` to test against all unit and integration tests.
- Run `make check` before submitting a patch
- Run `make distcheck` to ensure the distribution works
- Add a file in `changes` for your branch.
@ -32,6 +32,11 @@ Did you remember...
- To base your code on the appropriate branch?
- To include a file in the `changes` directory as appropriate?
If you are submitting a major patch or new feature, or want to in the future...
- Set up Chutney and Stem, see HACKING/WritingTests.md
- Run `make test-full` to test against all unit and integration tests.
How we use Git branches
=======================