gecko-dev/security/nss/gtests
J.C. Jones a4fac47abc Bug 1539227 - land NSS NSS_3_44_BETA1 UPGRADE_NSS_RELEASE, r=me
--HG--
extra : rebase_source : 9615a9e7d10ea8ab23717f9c6bba175d1657c27c
2019-05-04 00:18:13 +00:00
..
certdb_gtest Bug 1539227 - land NSS 67c41e385581 UPGRADE_NSS_RELEASE, r=me 2019-03-26 18:48:46 +00:00
certhigh_gtest
common Bug 1523175 - land NSS 1f04eea8834a UPGRADE_NSS_RELEASE, r=me 2019-02-20 16:24:29 +00:00
cryptohi_gtest
der_gtest
freebl_gtest Bug 1539227 - land NSS NSS_3_44_BETA1 UPGRADE_NSS_RELEASE, r=me 2019-05-04 00:18:13 +00:00
google_test
mozpkix_gtest Bug 1539227 - land NSS NSS_3_44_BETA1 UPGRADE_NSS_RELEASE, r=me 2019-05-04 00:18:13 +00:00
nss_bogo_shim Bug 1501587 - land NSS 4b9cf6e61a48 UPGRADE_NSS_RELEASE, r=me 2018-11-22 18:45:02 +00:00
pk11_gtest Bug 1539227 - land NSS 4e4eb31ce200 UPGRADE_NSS_RELEASE, r=me 2019-05-01 19:07:31 +00:00
smime_gtest Bug 1523175 - land NSS a306d84e4c70 UPGRADE_NSS_RELEASE, r=me 2019-03-06 21:10:05 +00:00
softoken_gtest Bug 1539227 - land NSS 4e4eb31ce200 UPGRADE_NSS_RELEASE, r=me 2019-05-01 19:07:31 +00:00
ssl_gtest Bug 1539227 - land NSS NSS_3_44_BETA1 UPGRADE_NSS_RELEASE, r=me 2019-05-04 00:18:13 +00:00
sysinit_gtest Bug 1512719 - land NSS da45424cb9a0 UPGRADE_NSS_RELEASE, r=me 2019-01-18 17:48:59 +00:00
util_gtest Bug 1523175 - land NSS 794984bb1169 UPGRADE_NSS_RELEASE, r=me 2019-02-08 00:04:23 +00:00
.clang-format
Makefile Bug 1512719 - land NSS da45424cb9a0 UPGRADE_NSS_RELEASE, r=me 2019-01-18 17:48:59 +00:00
README
__init__.py Bug 1512719 - land NSS 0c3304a81f07 UPGRADE_NSS_RELEASE, r=me 2018-12-13 21:01:41 +00:00
manifest.mn Bug 1523175 - land NSS a306d84e4c70 UPGRADE_NSS_RELEASE, r=me 2019-03-06 21:10:05 +00: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