From 7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Thu, 19 Nov 2015 12:03:04 -0800 Subject: [PATCH] [fuzzing] Run fuzzing tests using hb-fuzzer as well --- test/fuzzing/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/fuzzing/Makefile.am b/test/fuzzing/Makefile.am index 8359d03..d66d5d9 100644 --- a/test/fuzzing/Makefile.am +++ b/test/fuzzing/Makefile.am @@ -41,4 +41,8 @@ hb_fuzzer_CPPFLAGS = \ -DMAIN \ $(NULL) +check: + cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \ + cut -d: -f1 | xargs ./hb-fuzzer + -include $(top_srcdir)/git.mk -- 2.7.4