summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-07-19 17:25:07 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-07-20 16:56:35 +0200
commit8748aa00dcdcd4e842a6fd086d731a890353afa1 (patch)
tree54708a422e02b7534a50558016e937d90321605e /platform/linux
parent03ebae0f2ed0e5ff2c4fe284d8d3db8960ae4938 (diff)
downloadqtlocation-mapboxgl-8748aa00dcdcd4e842a6fd086d731a890353afa1.tar.gz
[build] add facilities for using american fuzzy loopupstream/fuzzing
Diffstat (limited to 'platform/linux')
-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',