summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2019-11-17 16:15:51 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2019-11-18 06:29:10 +1100
commite0f7e0ece557dd5ed02aa194367ec0ff09abdc5a (patch)
tree31082a401bb9184dd7274a4d320c2fa4b1e0a85b /Makefile.am
parentb19f3a6114c8d6d98905c3ae8ae51eda84680918 (diff)
downloadflac-e0f7e0ece557dd5ed02aa194367ec0ff09abdc5a.tar.gz
oss-fuzz: Add fuzzing targets
These fuzzing targets were originally from: https://github.com/guidovranken/flac-fuzzers.git but having them in a separate repo was a huge pain in the neck when working on fixing any problems found.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 83e0140f..ce4519f9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -31,7 +31,7 @@
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = doc include m4 man src test build microbench
+SUBDIRS = doc include m4 man src test build microbench oss-fuzz
if EXAMPLES
SUBDIRS += examples