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:
parent
97b8ada865
commit
4622be7f84
|
@ -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 = \
|
||||
|
|
Loading…
Reference in New Issue