gecko-dev/security/nss/gtests
2018-01-29 12:28:20 +01: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 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
freebl_gtest Bug 1420060, NSS_3_35_BETA1, r=franziskus 2018-01-11 14:09:34 +01:00
google_test Bug 1334127 - land NSS 01d6c0dff06f, r=me 2017-02-13 14:27:06 +01:00
nss_bogo_shim Bug 1420060 - land NSS ceb8b9290b35 UPGRADE_NSS_RELEASE, r=me 2017-11-24 09:00:26 +01:00
pk11_gtest Bug 1420060 - land NSS ceb8b9290b35 UPGRADE_NSS_RELEASE, r=me 2017-11-24 09:00:26 +01:00
softoken_gtest Bug 1420060, NSS_3_35_BETA1, r=franziskus 2018-01-11 14:09:34 +01:00
ssl_gtest Bug 1432177 - land NSS 1b20549e1075 UPGRADE_NSS_RELEASE, r=me 2018-01-29 12:28:20 +01:00
util_gtest Bug 1386955 - land NSS 4bf658832d89 UPGRADE_NSS_RELEASE, r=me 2017-09-05 12:52:00 +02:00
.clang-format Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
Makefile
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