diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-20 14:41:08 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-05-20 14:44:25 +0200 |
commit | 38e30d415c17b3cb5d5cec5609296c9ad54e687d (patch) | |
tree | bfa86fdafecc8efa16b510577781aaafe2142db6 /CONTRIBUTING.md | |
parent | 7dc696ec14b1f83dfb5acaafb946694a43a46129 (diff) | |
download | gnutls-38e30d415c17b3cb5d5cec5609296c9ad54e687d.tar.gz |
CONTRIBUTING.md: doc update
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7567bf5ff8..bac90396ef 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,15 +14,16 @@ try to follow them too. The original author of the changes should be the author of the commit. The "Signed-off-by" git flag is used to by committers to indicate they agreed with project's DCO as described in [DCO.txt](doc/DCO.txt). Note -that we not longer require FSF copyright assignment. +that we no longer require FSF copyright assignment. # Test suite: New functionality should be accompanied by a test case which verifies the correctness of GnuTLS' operation on successful use of the new functionality, as well as on fail cases. An example test suite can be seen -in mini-x509-cas.c. The GnuTLS test suite is run on "make check" -on every system GnuTLS is installed. +in tests/set_x509_key_mem.c. The GnuTLS test suite is run on "make check" +on every system GnuTLS is installed, except for the tests/suite part +which is only run during development. # File names: |