[subset] Test hb-shape-fuzzer in run-subset-fuzzer-tests.

This commit is contained in:
Garret Rieger 2018-03-15 18:06:15 -07:00 committed by Behdad Esfahbod
parent ce368e0d05
commit 3f9361fe7a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import sys, os, subprocess
srcdir = os.environ.get ("srcdir", ".")
EXEEXT = os.environ.get ("EXEEXT", "")
top_builddir = os.environ.get ("top_builddir", ".")
hb_subset_fuzzer = os.path.join (top_builddir, "hb-subset-fuzzer" + EXEEXT)
hb_subset_fuzzer = os.path.join (top_builddir, "hb-shape-fuzzer" + EXEEXT)
if not os.path.exists (hb_subset_fuzzer):
if len (sys.argv) == 1 or not os.path.exists (sys.argv[1]):