[fuzzing] Run fuzzing tests using hb-fuzzer as well

This commit is contained in:
Behdad Esfahbod 2015-11-19 12:03:04 -08:00
parent 13188cba7f
commit 7d75eee799
1 changed files with 4 additions and 0 deletions

View File

@ -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