gecko-dev/security/nss/gtests
Kai Engert b8bea43ef3 Bug 1470914, NSS 3.39 beta revision 4a086733554e UPGRADE_NSS_RELEASE r=me 2018-07-25 15:17:58 +02:00
..
certdb_gtest Bug 1386955 - land NSS a0a4e05dcdd5 UPGRADE_NSS_RELEASE, r=me 2017-08-04 14:13:06 +02:00
certhigh_gtest Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
common Bug 1420060 - land NSS ceb8b9290b35 UPGRADE_NSS_RELEASE, r=me 2017-11-24 09:00:26 +01:00
cryptohi_gtest Bug 1401594 - land NSS NSS_3_34_BETA1 UPGRADE_NSS_RELEASE, r=me 2017-11-01 15:38:36 +01:00
der_gtest Bug 1460617 - land NSS c8ee333b84a0 UPGRADE_NSS_RELEASE, r=me 2018-05-21 08:33:12 -07:00
freebl_gtest Bug 1445731 - land NSS f0d4789c8916 UPGRADE_NSS_RELEASE, r=me 2018-03-15 09:00:48 -07:00
google_test
nss_bogo_shim bug 1470914, NSS 3.39, beta revision 93cbd336eaca UPGRADE_NSS_RELEASE r=me 2018-06-25 19:46:36 +02:00
pk11_gtest Bug 1445731 - land NSS f0d4789c8916 UPGRADE_NSS_RELEASE, r=me 2018-03-15 09:00:48 -07:00
softoken_gtest Bug 1420060, NSS_3_35_BETA1, r=franziskus 2018-01-11 14:09:34 +01:00
ssl_gtest Bug 1470914 - land NSS 247bf1dc3121 UPGRADE_NSS_RELEASE, r=me 2018-07-06 15:56:42 +02:00
util_gtest Bug 1470914, NSS 3.39 beta revision 4a086733554e UPGRADE_NSS_RELEASE r=me 2018-07-25 15:17:58 +02:00
.clang-format Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
Makefile
README
manifest.mn Bug 1401594 - land NSS NSS_3_34_BETA1 UPGRADE_NSS_RELEASE, r=me 2017-11-01 15:38:36 +01: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