gecko-dev/security/nss/gtests
Franziskus Kiefer 231f3c3fd6 Bug 1317947 - land NSS 0x6353ce63e18f, r=me 2016-12-23 06:00:57 +01:00
..
common Bug 1317947 - land NSS 0x6c26f0cd19ba, r=me 2016-11-23 06:01:07 +01:00
der_gtest Bug 1317947 - land NSS 0x5b7a40ced8c5, r=me 2016-11-16 14:06:23 +01:00
freebl_gtest Bug 1317947 - land NSS 0x8219c4fd5c47, r=me 2016-11-18 06:01:13 +01:00
google_test
nss_bogo_shim Bug 1317947 - land NSS 0x5f2db99c258f, r=me 2016-12-02 12:20:41 +01:00
pk11_gtest
ssl_gtest Bug 1317947 - land NSS 0x6353ce63e18f, r=me 2016-12-23 06:00:57 +01:00
util_gtest
.clang-format
Makefile
README
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