Mypal/security/nss/gtests
Fedor f4ea1dde41 Update to a later NSS version. 2021-02-04 16:54:22 +02:00
..
certdb_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
certhigh_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
common Update to a later NSS version. 2021-02-04 16:54:22 +02:00
cryptohi_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
der_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
freebl_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
google_test ooops, some files where missed 2019-03-12 18:31:25 +03:00
mozpkix_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
nss_bogo_shim Update to a later NSS version. 2021-02-04 16:54:22 +02:00
pk11_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
pkcs11testmodule Update NSS to a Goldilocks version. 2020-04-03 20:44:39 +03:00
smime_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
softoken_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
ssl_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
sysinit_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
util_gtest Update to a later NSS version. 2021-02-04 16:54:22 +02:00
.clang-format basic source 2019-03-11 13:26:37 +03:00
Makefile Update NSS to a Goldilocks version. 2020-04-03 20:44:39 +03:00
README ooops, some files where missed 2019-03-12 18:31:25 +03:00
__init__.py Update NSS to a Goldilocks version. 2020-04-03 20:44:39 +03:00
manifest.mn Update NSS to a Goldilocks version. 2020-04-03 20:44:39 +03:00

README

GTest-based Unit Tests

This directory contains GTest-based unit tests for NSS libssl.

If your environment doesn't have C++ compiler suitable to build these tests,
you may disable them using ``NSS_DISABLE_GTESTS=1''

Once built, they are run as part of running ``test/all.sh''
You can run just the GTests by running ``tests/ssl_gtests/ssl_gtests.sh''

They can be run standalone or under a debugger by invoking the ssl_gtest
executable with a ``-d'' option pointing to the directory created by either
of the above options.  You can find that in

  tests_results/security/${hostname}.${NUMBER}/ssl_gtests