summaryrefslogtreecommitdiff
path: root/nss.gyp
diff options
context:
space:
mode:
authorTim Taubert <ttaubert@mozilla.com>2016-10-25 22:35:21 +0200
committerTim Taubert <ttaubert@mozilla.com>2016-10-25 22:35:21 +0200
commit8d0ccd4994c1f662eae1fcd256f14fb38554dbeb (patch)
treeaa807dacde4049f6e4e37526b70a091ebe283014 /nss.gyp
parent61a29744ff39904224ae86980c0005e0fe52af29 (diff)
downloadnss-hg-8d0ccd4994c1f662eae1fcd256f14fb38554dbeb.tar.gz
Bug 1310944 - Implement deterministic PRNG for fuzzing mode r=franziskus
Differential Revision: https://nss-dev.phacility.com/D98
Diffstat (limited to 'nss.gyp')
-rw-r--r--nss.gyp17
1 files changed, 17 insertions, 0 deletions
diff --git a/nss.gyp b/nss.gyp
index 2aac9315d..0a683f692 100644
--- a/nss.gyp
+++ b/nss.gyp
@@ -230,5 +230,22 @@
},
],
}],
+ [ 'fuzz==1', {
+ 'targets': [
+ {
+ 'target_name': 'fuzz',
+ 'type': 'none',
+ 'actions': [
+ {
+ 'action_name': 'warn_fuzz',
+ 'action': ['cat', 'fuzz/warning.txt'],
+ 'inputs': ['fuzz/warning.txt'],
+ 'ninja_use_console': 1,
+ 'outputs': ['dummy'],
+ }
+ ],
+ },
+ ],
+ }],
],
}