[fuzzing] Make "make hb-fuzzer" build lib dependency

Not going to do with util/, but is convenient here.
This commit is contained in:
Behdad Esfahbod 2016-02-19 14:43:39 +07:00
parent 568a0c60e8
commit 7e76bbabba
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ hb_fuzzer_CPPFLAGS = \
$(AM_CPPFLAGS) \
-DMAIN \
$(NULL)
hb_fuzzer_DEPENDENCIES = \
lib \
$(NULL)
check:
cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \