From 9634d0d68438cf12b6fca49564d4fe881de1186a Mon Sep 17 00:00:00 2001 From: Kai Engert Date: Mon, 7 Dec 2015 20:20:57 +0100 Subject: [PATCH] Bug 1214390, Build NSS gtests by default, adjust README file, r=martin.thomson, DONTBUILD --- external_tests/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/external_tests/README b/external_tests/README index 30e69d1ee5..75c452fd93 100644 --- a/external_tests/README +++ b/external_tests/README @@ -2,8 +2,8 @@ GTest-based Unit Tests This directory contains GTest-based unit tests for NSS libssl. -These aren't built by default, because they require C++. -To build them, set ``NSS_BUILD_GTESTS=1'' +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''