[fuzzing] Make test runner actually work
This commit is contained in:
parent
2735555c6b
commit
aa33cb72ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue