gecko-dev/security/nss/gtests
J.C. Jones 054009f29f Bug 1501587 - land NSS 3b79af0fa294 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 710a4c409afc9a1b0c8a77a872b04369b3d03671
2018-10-29 14:29:54 -07:00
..
certdb_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07: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 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
der_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
freebl_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
google_test Bug 1488622 - land NSS 229a3a57f42a UPGRADE_NSS_RELEASE, r=me 2018-09-05 08:20:33 -07:00
mozpkix_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
nss_bogo_shim Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
pk11_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
softoken_gtest Bug 1488622 - land NSS 94bcc2706b98 UPGRADE_NSS_RELEASE, r=me 2018-10-01 07:44:32 -07:00
ssl_gtest Bug 1501587 - land NSS 3b79af0fa294 UPGRADE_NSS_RELEASE, r=me 2018-10-29 14:29:54 -07: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