From 7e76bbabbaa56af314abff8ddba8866c634919cd Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Fri, 19 Feb 2016 14:43:39 +0700 Subject: [PATCH] [fuzzing] Make "make hb-fuzzer" build lib dependency Not going to do with util/, but is convenient here. --- test/fuzzing/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/fuzzing/Makefile.am b/test/fuzzing/Makefile.am index 2b2693f..a726690 100644 --- a/test/fuzzing/Makefile.am +++ b/test/fuzzing/Makefile.am @@ -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 | \ -- 2.7.4