]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
make check is required for all code submissions
authorChelsea H. Komlo <chelsea.komlo@gmail.com>
Thu, 29 Jun 2017 00:36:59 +0000 (20:36 -0400)
committerChelsea H. Komlo <chelsea.komlo@gmail.com>
Thu, 29 Jun 2017 00:40:15 +0000 (20:40 -0400)
integration tests should be run for feature changes/major patches

doc/HACKING/CodingStandards.md

index c7787a72ccf0b4cf895ccc528109a4c05798d5c2..da8ce62f5e4448d3c685f08409e7be8fade54239 100644 (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
 =======================