summaryrefslogtreecommitdiff
path: root/manifest.mn
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-12 15:30:05 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-12 15:30:05 +0200
commit1089ca030d99ea7f4606fc57d3f8566ff2bf5d62 (patch)
tree5a3f978c9afa2d3a398e8b652924d3db39bd3cf7 /manifest.mn
parent6d7cbd409ccfb18bc0dd7db5757d49189d9affa0 (diff)
downloadnss-hg-1089ca030d99ea7f4606fc57d3f8566ff2bf5d62.tar.gz
Bug 1308874 - Land basic libFuzzer fuzzing framework r=franziskus
Differential Revision: https://nss-dev.phacility.com/D76
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 cb2470bf4..69fc19d6a 100644
--- a/manifest.mn
+++ b/manifest.mn
@@ -11,3 +11,7 @@ IMPORTS = nspr20/v4.8 \
RELEASE = nss
DIRS = coreconf lib cmd external_tests
+
+ifdef FUZZ
+DIRS += fuzz
+endif