gecko-dev/security/nss/external_tests
Franziskus Kiefer 98c145b965 Bug 1305970 - land NSS 0x0c845c900217, r=me
--HG--
rename : security/nss/cmd/ectest/Makefile => security/nss/cmd/fbectest/Makefile
rename : security/nss/cmd/ectest/testvecs.h => security/nss/cmd/fbectest/testvecs.h
rename : security/nss/cmd/ectest/Makefile => security/nss/cmd/pk11ectest/Makefile
rename : security/nss/cmd/ectest/testvecs.h => security/nss/cmd/pk11ectest/testvecs.h
extra : rebase_source : 8940367fd4abef08cd4074ae180a7eb7e69d0351
2016-10-15 08:45:05 +02:00
..
common Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
der_gtest Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
google_test Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
nss_bogo_shim Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
pk11_gtest Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
ssl_gtest Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
util_gtest Bug 1305970 - land NSS 0x0c845c900217, r=me 2016-10-15 08:45:05 +02:00
.clang-format Bug 1296266 - Land NSS_3_27_BETA1, r=kaie 2016-08-19 11:20:21 +02:00
Makefile
README Bug 1228410, land NSS 3.22 Beta 2, r=nss-confcall 2016-01-25 16:14:18 +01:00
manifest.mn Bug 1296266 - Land NSS_3_27_BETA1, r=kaie 2016-08-19 11:20:21 +02: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