test/fuzzing: Fix dist

We need to dist the repacker fuzzer test items into the tarball, along
with the items in graphs/ and sets/.
This commit is contained in:
Chun-wei Fan 2022-12-22 12:05:11 +08:00 committed by Behdad Esfahbod
parent 97b8ada865
commit 4622be7f84
1 changed files with 7 additions and 0 deletions

View File

@ -15,13 +15,20 @@ libs:
$(top_builddir)/src/libharfbuzz.la: lib
$(top_builddir)/src/libharfbuzz-subset.la: libs
# seems autotools builds do not support builds with experimental APIs, so
# EXTRA_DIST hb-repacker-fuzzer.cc
EXTRA_DIST += \
README.md \
hb-repacker-fuzzer.cc \
run-shape-fuzzer-tests.py \
run-subset-fuzzer-tests.py \
run-draw-fuzzer-tests.py \
run-repacker-fuzzer-tests.py \
meson.build \
fonts \
graphs \
sets \
$(NULL)
check_PROGRAMS = \