From: Behdad Esfahbod Date: Thu, 19 Nov 2015 20:03:04 +0000 (-0800) Subject: [fuzzing] Run fuzzing tests using hb-fuzzer as well X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7d75eee799bbb5ee7eef2651cf7b7d3aee6f09b0;p=platform%2Fupstream%2FlibHarfBuzzSharp.git [fuzzing] Run fuzzing tests using hb-fuzzer as well --- 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