[indic] Rename print-indic-table to dump-indic-data

Makes more sense given what this prints, err, dumps.
This commit is contained in:
Behdad Esfahbod 2018-02-13 21:23:38 -08:00
parent 9b878bd216
commit c0e45b60a0
2 changed files with 4 additions and 4 deletions

View File

@ -352,11 +352,11 @@ dist_check_SCRIPTS += \
endif
check_PROGRAMS += \
print-indic-table \
dump-indic-data \
$(NULL)
print_indic_table_SOURCES = print-indic-table.cc hb-ot-shape-complex-indic-table.cc
print_indic_table_CPPFLAGS = $(HBCFLAGS) -DMAIN
print_indic_table_LDADD = libharfbuzz.la $(HBLIBS)
dump_indic_data_SOURCES = dump-indic-data.cc hb-ot-shape-complex-indic-table.cc
dump_indic_data_CPPFLAGS = $(HBCFLAGS)
dump_indic_data_LDADD = libharfbuzz.la $(HBLIBS)
check_PROGRAMS += test-ot-tag
TESTS += test-ot-tag