• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

certdb_gtest/H31-Mar-2022-305192

certhigh_gtest/H31-Mar-2022-15789

common/H31-Mar-2022-388,375361,922

cryptohi_gtest/H31-Mar-2022-471342

der_gtest/H31-Mar-2022-698542

freebl_gtest/H31-Mar-2022-23,93921,787

google_test/H31-Mar-2022-65,72041,419

mozpkix_gtest/H03-May-2022-10,6218,168

nss_bogo_shim/H31-Mar-2022-1,152876

pk11_gtest/H31-Mar-2022-9,4757,464

pkcs11testmodule/H31-Mar-2022-823636

smime_gtest/H31-Mar-2022-236153

softoken_gtest/H31-Mar-2022-4,6684,271

ssl_gtest/H31-Mar-2022-29,35922,780

sysinit_gtest/H31-Mar-2022-283187

util_gtest/H31-Mar-2022-1,5151,245

.clang-formatH A D31-Mar-202263 65

MakefileH A D31-Mar-20222 KiB5510

READMEH A D31-Mar-2022605 1610

__init__.pyH A D31-Mar-20220 10

manifest.mnH A D31-Mar-20221 KiB5951

README

1GTest-based Unit Tests
2
3This directory contains GTest-based unit tests for NSS libssl.
4
5If your environment doesn't have C++ compiler suitable to build these tests,
6you may disable them using ``NSS_DISABLE_GTESTS=1''
7
8Once built, they are run as part of running ``test/all.sh''
9You can run just the GTests by running ``tests/ssl_gtests/ssl_gtests.sh''
10
11They can be run standalone or under a debugger by invoking the ssl_gtest
12executable with a ``-d'' option pointing to the directory created by either
13of the above options.  You can find that in
14
15  tests_results/security/${hostname}.${NUMBER}/ssl_gtests
16