summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Engert <kaie@kuix.de>2015-12-07 20:20:57 +0100
committerKai Engert <kaie@kuix.de>2015-12-07 20:20:57 +0100
commit4aab1ad9f2863caf05e8358a9bbb317abd72116f (patch)
tree3b36606684d91ca0ac9cfbca699b8f048d2639b8
parentcfbb41b0534628a08a02ac3adb0f3258b967dc2b (diff)
downloadnss-hg-4aab1ad9f2863caf05e8358a9bbb317abd72116f.tar.gz
Bug 1214390, Build NSS gtests by default, adjust README file, r=martin.thomson, DONTBUILD
-rw-r--r--external_tests/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/external_tests/README b/external_tests/README
index 30e69d1ee..75c452fd9 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''