Add test-paint to the autotools build
This commit is contained in:
parent
3478728edb
commit
d00e97f16c
|
@ -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
Loading…
Reference in New Issue