summaryrefslogtreecommitdiff
path: root/platform/linux/platform.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux/platform.gyp')
-rw-r--r--platform/linux/platform.gyp19
1 files changed, 19 insertions, 0 deletions
diff --git a/platform/linux/platform.gyp b/platform/linux/platform.gyp
index 7adf5337c4..5d3ab8b592 100644
--- a/platform/linux/platform.gyp
+++ b/platform/linux/platform.gyp
@@ -35,6 +35,25 @@
],
},
{
+ 'target_name': 'fuzz',
+ 'type': 'executable',
+
+ 'dependencies': [
+ 'test-lib',
+ 'platform-lib',
+ 'copy_certificate_bundle',
+ ],
+
+ 'include_dirs': [
+ '../../include',
+ '../../src',
+ ],
+
+ 'sources': [
+ '../../test/src/fuzz.cpp',
+ ],
+ },
+ {
'target_name': 'benchmark',
'type': 'executable',