[make] Minor reordering on test/api/Makefile.am

This commit is contained in:
Ebrahim Byagowi 2020-03-24 18:56:49 +04:30
parent 2db8279162
commit e248a4e46c
1 changed files with 11 additions and 19 deletions

View File

@ -32,14 +32,24 @@ TEST_PROGS = \
test-baseline \ test-baseline \
test-blob \ test-blob \
test-buffer \ test-buffer \
test-c \
test-collect-unicodes \ test-collect-unicodes \
test-cplusplus \
test-common \ test-common \
test-draw \ test-draw \
test-font \ test-font \
test-map \ test-map \
test-object \ test-object \
test-ot-color \
test-ot-face \ test-ot-face \
test-ot-glyphname \ test-ot-glyphname \
test-ot-ligature-carets \
test-ot-name \
test-ot-meta \
test-ot-metrics \
test-ot-tag \
test-ot-extents-cff \
test-ot-metrics-tt-var \
test-set \ test-set \
test-shape \ test-shape \
test-subset \ test-subset \
@ -48,6 +58,7 @@ TEST_PROGS = \
test-subset-glyf \ test-subset-glyf \
test-subset-hdmx \ test-subset-hdmx \
test-subset-hmtx \ test-subset-hmtx \
test-subset-nameids \
test-subset-os2 \ test-subset-os2 \
test-subset-post \ test-subset-post \
test-subset-vmtx \ test-subset-vmtx \
@ -63,7 +74,6 @@ TEST_PROGS = \
test-unicode \ test-unicode \
test-var-coords \ test-var-coords \
test-version \ test-version \
test-subset-nameids \
$(NULL) $(NULL)
test_subset_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la test_subset_LDADD = $(LDADD) $(top_builddir)/src/libharfbuzz-subset.la
@ -96,19 +106,6 @@ test_unicode_CPPFLAGS += $(ICU_CFLAGS)
test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS) test_unicode_LDADD += $(top_builddir)/src/libharfbuzz-icu.la $(ICU_LIBS)
endif endif
TEST_PROGS += \
test-ot-color \
test-ot-ligature-carets \
test-ot-name \
test-ot-meta \
test-ot-metrics \
test-ot-tag \
test-ot-extents-cff \
test-ot-metrics-tt-var \
$(NULL)
if HAVE_PTHREAD if HAVE_PTHREAD
if HAVE_FREETYPE if HAVE_FREETYPE
TEST_PROGS += test-multithread TEST_PROGS += test-multithread
@ -128,12 +125,7 @@ test_ot_math_LDADD = $(LDADD) $(FREETYPE_LIBS)
test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS) test_ot_math_CPPFLAGS = $(AM_CPPFLAGS) $(FREETYPE_CFLAGS)
endif # HAVE_FREETYPE endif # HAVE_FREETYPE
# Tests for header compilation # Tests for header compilation
TEST_PROGS += \
test-c \
test-cplusplus \
$(NULL)
test_cplusplus_SOURCES = test-cplusplus.cc test_cplusplus_SOURCES = test-cplusplus.cc
test_c_CPPFLAGS = $(AM_CPPFLAGS) test_c_CPPFLAGS = $(AM_CPPFLAGS)
test_cplusplus_CPPFLAGS = $(AM_CPPFLAGS) test_cplusplus_CPPFLAGS = $(AM_CPPFLAGS)