summaryrefslogtreecommitdiff
path: root/manifest.mn
diff options
context:
space:
mode:
authorMartin Thomson <martin.thomson@gmail.com>2015-10-13 13:50:04 -0700
committerMartin Thomson <martin.thomson@gmail.com>2015-10-13 13:50:04 -0700
commita53348d9313d038e8a42310164051a88922b310b (patch)
tree22245ac0141ef9b1ac92d5898a19f56340160359 /manifest.mn
parenta9778d4bf986233415e543ff0c078ceb5ea2e0af (diff)
downloadnss-hg-a53348d9313d038e8a42310164051a88922b310b.tar.gz
Bug 1214390 - Enable gtests by default, r=ekr
Diffstat (limited to 'manifest.mn')
-rw-r--r--manifest.mn2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.mn b/manifest.mn
index 641766033..4d7e63445 100644
--- a/manifest.mn
+++ b/manifest.mn
@@ -12,6 +12,6 @@ RELEASE = nss
DIRS = coreconf lib cmd
-ifdef NSS_BUILD_GTESTS
+ifneq (0,$(NSS_BUILD_GTESTS))
DIRS += external_tests
endif