gecko-dev/security/nss/gtests
Dennis Jackson 7246d5248d Bug 1779398 - land NSS cafb891ea6ce UPGRADE_NSS_RELEASE, r=nss-reviewers,bbeurdouche
Differential Revision: https://phabricator.services.mozilla.com/D151714
2022-07-13 17:29:07 +00:00
..
base_gtest Bug 1758579 - land NSS NSS_3_77_BETA1 UPGRADE_NSS_RELEASE, r=keeler 2022-03-24 21:34:20 +00:00
certdb_gtest Bug 1738222 - land NSS NSS_3_73_RTM UPGRADE_NSS_RELEASE, r=jschanck 2021-12-01 18:24:50 +00:00
certhigh_gtest
common Bug 1753980 - land NSS 4a8880ef UPGRADE_NSS_RELEASE, r=bbeurdouche 2022-02-15 18:04:14 +00:00
cryptohi_gtest
der_gtest
freebl_gtest Bug 1724869 - land NSS 56238350052a UPGRADE_NSS_RELEASE, r=djackson 2021-08-10 09:52:10 +00:00
google_test Bug 1758579 - land NSS NSS_3_77_BETA1 UPGRADE_NSS_RELEASE, r=keeler 2022-03-24 21:34:20 +00:00
mozpkix_gtest Bug 1758579 - land NSS NSS_3_77_BETA1 UPGRADE_NSS_RELEASE, r=keeler 2022-03-24 21:34:20 +00:00
nss_bogo_shim
pk11_gtest Bug 1758579 - land NSS NSS_3_77_BETA1 UPGRADE_NSS_RELEASE, r=keeler 2022-03-24 21:34:20 +00:00
pkcs11testmodule
smime_gtest
softoken_gtest Bug 1720464 - land NSS 8f41147c2192 UPGRADE_NSS_RELEASE, r=beurdouche 2021-07-23 09:23:50 +00:00
ssl_gtest Bug 1779398 - land NSS cafb891ea6ce UPGRADE_NSS_RELEASE, r=nss-reviewers,bbeurdouche 2022-07-13 17:29:07 +00:00
sysinit_gtest
util_gtest Bug 1767934 - land NSS 2efccbd85918 UPGRADE_NSS_RELEASE, r=nss-reviewers,djackson 2022-05-20 09:24:42 +00:00
.clang-format
Makefile
README
__init__.py
manifest.mn Bug 1758579 - land NSS NSS_3_77_BETA1 UPGRADE_NSS_RELEASE, r=keeler 2022-03-24 21:34:20 +00: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