diff options
author | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-11-17 16:15:51 +1100 |
---|---|---|
committer | Erik de Castro Lopo <erikd@mega-nerd.com> | 2019-11-18 06:29:10 +1100 |
commit | e0f7e0ece557dd5ed02aa194367ec0ff09abdc5a (patch) | |
tree | 31082a401bb9184dd7274a4d320c2fa4b1e0a85b /Makefile.am | |
parent | b19f3a6114c8d6d98905c3ae8ae51eda84680918 (diff) | |
download | flac-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.am | 2 |
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 |