Skip to content

Commit

Permalink
build: Add fuzz/meson.build in the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ueno committed Mar 3, 2021
1 parent 3e7451e commit 58c8ef1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fuzz/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ fuzz_rpc_fuzzer_SOURCES = fuzz/rpc_fuzzer.c fuzz/fuzz.h fuzz/main.c

fuzz_rpc_fuzzer_LDADD = libp11-kit-testable.la libp11-test.la libp11-common.la

EXTRA_DIST += fuzz/meson.build

oss-fuzz: libp11-kit-testable.la libp11-test.la libp11-common.la
if test "$$OUT" != ""; then \
for src_file in $(top_srcdir)/fuzz/*_fuzzer.c; do \
Expand Down

0 comments on commit 58c8ef1

Please sign in to comment.