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

..03-May-2022-

certdb_gtest/H15-Mar-2021-292183

certhigh_gtest/H15-Mar-2021-15789

common/H15-Mar-2021-300,113281,578

cryptohi_gtest/H15-Mar-2021-471342

der_gtest/H15-Mar-2021-698542

freebl_gtest/H15-Mar-2021-23,81921,723

google_test/H15-Mar-2021-80,38854,183

mozpkix_gtest/H03-May-2022-10,3107,908

nss_bogo_shim/H15-Mar-2021-1,152876

pk11_gtest/H15-Mar-2021-7,7846,089

pkcs11testmodule/H15-Mar-2021-823636

smime_gtest/H15-Mar-2021-236153

softoken_gtest/H15-Mar-2021-896702

ssl_gtest/H15-Mar-2021-26,56220,502

sysinit_gtest/H15-Mar-2021-283187

util_gtest/H15-Mar-2021-1,5151,245

.clang-formatH A D15-Mar-202163 65

MakefileH A D15-Mar-20212 KiB5510

READMEH A D15-Mar-2021605 1610

__init__.pyH A D15-Mar-20210 10

manifest.mnH A D15-Mar-20211,007 5749

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