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.la: lib
|
||||||
$(top_builddir)/src/libharfbuzz-subset.la: libs
|
$(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 += \
|
EXTRA_DIST += \
|
||||||
README.md \
|
README.md \
|
||||||
|
hb-repacker-fuzzer.cc \
|
||||||
run-shape-fuzzer-tests.py \
|
run-shape-fuzzer-tests.py \
|
||||||
run-subset-fuzzer-tests.py \
|
run-subset-fuzzer-tests.py \
|
||||||
run-draw-fuzzer-tests.py \
|
run-draw-fuzzer-tests.py \
|
||||||
|
run-repacker-fuzzer-tests.py \
|
||||||
meson.build \
|
meson.build \
|
||||||
fonts \
|
fonts \
|
||||||
|
graphs \
|
||||||
|
sets \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
|
|
Loading…
Reference in New Issue