[fuzzing] Make "make hb-fuzzer" build lib dependency
Not going to do with util/, but is convenient here.
This commit is contained in:
parent
568a0c60e8
commit
7e76bbabba
|
@ -39,6 +39,9 @@ hb_fuzzer_CPPFLAGS = \
|
||||||
$(AM_CPPFLAGS) \
|
$(AM_CPPFLAGS) \
|
||||||
-DMAIN \
|
-DMAIN \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
hb_fuzzer_DEPENDENCIES = \
|
||||||
|
lib \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
check:
|
check:
|
||||||
cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \
|
cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \
|
||||||
|
|
Loading…
Reference in New Issue