mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-08 22:54:36 +00:00
[fuzzing] Make test runner actually work
This commit is contained in:
parent
2735555c6b
commit
aa33cb72ab
1 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue