From e8a27d79476a5d7a83cf2287d92ca291257546f4 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 7 Jan 2016 22:52:16 +0000 Subject: [PATCH] Don't build hb-fuzzer in "make", only "make check" --- test/fuzzing/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/fuzzing/Makefile.am b/test/fuzzing/Makefile.am index d66d5d9a4..2b2693fe4 100644 --- a/test/fuzzing/Makefile.am +++ b/test/fuzzing/Makefile.am @@ -16,10 +16,9 @@ EXTRA_DIST += \ README \ $(NULL) -noinst_PROGRAMS = \ +check_PROGRAMS = \ hb-fuzzer \ $(NULL) -check_PROGRAMS = $(noinst_PROGRAMS) AM_CPPFLAGS = \ -DHB_DISABLE_DEPRECATED \