diff options
author | Martin Ukrop <mukrop@redhat.com> | 2016-08-03 19:40:55 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-09 10:49:27 +0200 |
commit | b590e04be15d9a8e872716a89c8d8eb3fc5f35b1 (patch) | |
tree | 9f0d489bcaca5528f8aaece83e6ed0b496d1d3a5 /.gitignore | |
parent | 99019fb45bab67ed7ca7289fd955edfdd292594c (diff) | |
download | gnutls-b590e04be15d9a8e872716a89c8d8eb3fc5f35b1.tar.gz |
tests: Add more IP conversion unit tests
- Renamed ip-in-cidr test to ip-utils.
- Added built binary to .gitignore.
- Added new tests for gnutls_x509_cidr_to_rfc5280.
Signed-off-by: Martin Ukrop <mukrop@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7059696042..a1beea8887 100644 --- a/.gitignore +++ b/.gitignore @@ -756,6 +756,7 @@ tests/mini-global-load .submodule.stamp lib/priority_options.h tests/name-constraints +tests/ip-utils tests/x509-extensions tests/sec-params tests/suite/pkcs11-chainverify |