summaryrefslogtreecommitdiff
path: root/manifest.mn
diff options
context:
space:
mode:
authorCamilo Viecco <cviecco@mozilla.com>2014-09-08 13:09:40 -0700
committerCamilo Viecco <cviecco@mozilla.com>2014-09-08 13:09:40 -0700
commitf94d982f2ab403a10c50f0dd326b1f6d06a880af (patch)
tree8d524b9af4c81b3a5b8e1e9045179a890a3e6ad9 /manifest.mn
parentc55402fc449e43b94f0a03e9ca00a36d2e5d54ef (diff)
downloadnss-hg-f94d982f2ab403a10c50f0dd326b1f6d06a880af.tar.gz
Bug 1057584 - Add gtest framework and initial tests optionally (2/4). Build Changes. r=rrelyea
Diffstat (limited to 'manifest.mn')
-rw-r--r--manifest.mn4
1 files changed, 4 insertions, 0 deletions
diff --git a/manifest.mn b/manifest.mn
index 666a2b997..641766033 100644
--- a/manifest.mn
+++ b/manifest.mn
@@ -11,3 +11,7 @@ IMPORTS = nspr20/v4.8 \
RELEASE = nss
DIRS = coreconf lib cmd
+
+ifdef NSS_BUILD_GTESTS
+DIRS += external_tests
+endif