gecko-dev/security/nss/gtests
Franziskus Kiefer 13f706ca4e Bug 1386955 - land NSS a83094ccf952 UPGRADE_NSS_RELEASE, r=me
MozReview-Commit-ID: 9F66BeXNp3a

--HG--
extra : rebase_source : aac70379cd6e09112bec2af693eda051eba8d84c
2017-09-12 14:46:59 +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 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
der_gtest Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
freebl_gtest Bug 1386955 - land NSS a83094ccf952 UPGRADE_NSS_RELEASE, r=me 2017-09-12 14:46:59 +02:00
google_test Bug 1334127 - land NSS 01d6c0dff06f, r=me 2017-02-13 14:27:06 +01:00
nss_bogo_shim Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
pk11_gtest Bug 1370890 - land NSS a1a6eb781dd4 UPGRADE_NSS_RELEASE, r=me 2017-06-13 14:26:51 +02:00
softoken_gtest Bug 1386955 - land NSS d50a14c51077 UPGRADE_NSS_RELEASE, r=me 2017-08-18 08:26:30 +02:00
ssl_gtest Bug 1386955 - land NSS a83094ccf952 UPGRADE_NSS_RELEASE, r=me 2017-09-12 14:46:59 +02: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
README
manifest.mn Bug 1386955 - land NSS 3e81bdac8449 UPGRADE_NSS_RELEASE, r=me 2017-08-10 09:22:53 +02: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