[fuzzing] Make test runner actually work

This commit is contained in:
Behdad Esfahbod 2016-02-19 15:12:24 +07:00
parent 2735555c6b
commit aa33cb72ab
1 changed files with 4 additions and 2 deletions

View File

@ -44,7 +44,9 @@ hb_fuzzer_DEPENDENCIES = \
$(NULL)
check:
cat $(top_srcdir)/test/shaping/tests/fuzzed.tests | \
cut -d: -f1 | xargs ./hb-fuzzer
cat $(srcdir)/../shaping/tests/fuzzed.tests | \
cut -d: -f1 | while read x; do \
./hb-fuzzer $(srcdir)/../shaping/$$x; \
done
-include $(top_srcdir)/git.mk