X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=blobdiff_plain;f=CONTRIBUTING.md;h=6f69cfff0b96b5a01f4e014c5972e57e4e85a499;hp=086b6e8b4719bf114c6690b661ddfe14099661ae;hb=HEAD;hpb=5e3a2a135c2a6b5f4d4d1acecd0f3d9eea3e3875 diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 086b6e8b4..6f69cfff0 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -29,8 +29,9 @@ In particular: Testing is also important: - - A patch that modifies existing code should be tested with - `make check` before submission. + - A patch that modifies existing code should be tested with `make + check` before submission. Please see INSTALL.md, under + "Self-Tests", for more information. - A patch that adds or deletes files should also be tested with `make distcheck` before submission.