Add test-paint to the autotools build

This commit is contained in:
Matthias Clasen 2022-12-24 06:58:44 -05:00
parent 3478728edb
commit d00e97f16c
3 changed files with 11179 additions and 0 deletions

View File

@ -59,6 +59,7 @@ TEST_PROGS = \
test-ot-tag \
test-ot-extents-cff \
test-ot-metrics-tt-var \
test-paint \
test-set \
test-shape \
test-style \
@ -90,6 +91,9 @@ TEST_PROGS = \
test_draw_CPPFLAGS = $(AM_CPPFLAGS)
test_draw_LDADD = $(LDADD)
test_paint_CPPFLAGS = $(AM_CPPFLAGS)
test_paint_LDADD = $(LDADD)
test_subset_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la
test_subset_cmap_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la
test_subset_drop_tables_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la
@ -136,6 +140,9 @@ if HAVE_FREETYPE
test_draw_CPPFLAGS += $(FREETYPE_CFLAGS)
test_draw_LDADD += $(FREETYPE_LIBS)
test_paint_CPPFLAGS += $(FREETYPE_CFLAGS)
test_paint_LDADD += $(FREETYPE_LIBS)
TEST_PROGS += \
test-ot-math \
$(NULL)

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff