Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jangernert/FeedReader.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Long <self@brendanlong.com>2018-08-25 18:41:27 +0300
committerBrendan Long <self@brendanlong.com>2018-08-25 23:39:36 +0300
commitebeddf5abbee910a2431a7a9334ba59e7c8c2de7 (patch)
tree4f7750e3c4263f6e516993036c9d58a22643c118 /meson.build
parent5488dd972a1d98e475d9dff5d3bb52c301570d39 (diff)
libVilistextum: Add infrastructure for american fuzzy lop
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index c113cf25..b7a6687d 100644
--- a/meson.build
+++ b/meson.build
@@ -33,6 +33,7 @@ vala_compiler = meson.get_compiler('vala')
c_compiler = meson.get_compiler('c')
# Other tools
+afl_fuzz = find_program('afl-fuzz', required:false) # american fuzzy lop
gtester = find_program('gtester', required:false)
# Dependencies