提交 aa33cb72 编写于 作者: B Behdad Esfahbod

[fuzzing] Make test runner actually work

上级 2735555c
......@@ -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
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册