gecko-dev/security/nss/gtests
Kevin Jacobs 019f597297 Bug 1564499 - land NSS 89aa19677e37 UPGRADE_NSS_RELEASE, r=jcj
Differential Revision: https://phabricator.services.mozilla.com/D40907

--HG--
extra : moz-landing-system : lando
2019-08-07 16:20:37 +00:00
..
certdb_gtest
certhigh_gtest
common Bug 1564499 - land NSS 89aa19677e37 UPGRADE_NSS_RELEASE, r=jcj 2019-08-07 16:20:37 +00:00
cryptohi_gtest
der_gtest
freebl_gtest Bug 1550889 - land NSS ec6843bc0ce7 UPGRADE_NSS_RELEASE, r=me 2019-05-21 20:39:24 +00:00
google_test
mozpkix_gtest Bug 1539227 - land NSS NSS_3_44_BETA1 UPGRADE_NSS_RELEASE, r=me 2019-05-04 00:18:13 +00:00
nss_bogo_shim
pk11_gtest Bug 1564499 - land NSS 89aa19677e37 UPGRADE_NSS_RELEASE, r=jcj 2019-08-07 16:20:37 +00:00
smime_gtest
softoken_gtest Bug 1564499 - land NSS 777b6070fe76 UPGRADE_NSS_RELEASE, r=me 2019-08-05 15:58:54 +00:00
ssl_gtest Bug 1564499 - land NSS 89aa19677e37 UPGRADE_NSS_RELEASE, r=jcj 2019-08-07 16:20:37 +00:00
sysinit_gtest
util_gtest
.clang-format
Makefile
README
__init__.py
manifest.mn

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