X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=test%2Fsubset%2Fdata%2FMakefile.in;h=d864327f31b1290825b7d1f14542aa6423804c75;hb=f0a0bdf96095ae4b3524be4ee4bc32ebe2dfd564;hp=898cf12932f725917da7e6fd83423fdb097d6212;hpb=8b9bac85deb2ace750acafa5e0da676f633aadeb;p=platform%2Fupstream%2Fharfbuzz.git diff --git a/test/subset/data/Makefile.in b/test/subset/data/Makefile.in index 898cf12..d864327 100644 --- a/test/subset/data/Makefile.in +++ b/test/subset/data/Makefile.in @@ -89,10 +89,12 @@ PRE_UNINSTALL = : POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -TESTS = tests/basics.tests tests/cbdt.tests tests/cff-full-font.tests \ - tests/cff-japanese.tests tests/cff.notoserifmyanmar.tests \ - tests/cmap.tests tests/cmap14.tests tests/colr.tests \ - tests/colr_glyphs.tests tests/colrv1.tests \ +TESTS = tests/32bit_var_store.tests tests/basics.tests \ + tests/preprocess.tests tests/cbdt.tests \ + tests/cff-full-font.tests tests/cff-japanese.tests \ + tests/cff.notoserifmyanmar.tests tests/cmap.tests \ + tests/cmap14.tests tests/colr.tests tests/colr_glyphs.tests \ + tests/colrv1.tests tests/colrv1_copy_varstore.tests \ tests/colr_with_components.tests tests/full-font.tests \ tests/glyf_bug_3131.tests tests/japanese.tests \ tests/layout.context.tests tests/layout.context_format2.tests \ @@ -107,13 +109,22 @@ TESTS = tests/basics.tests tests/cbdt.tests tests/cff-full-font.tests \ tests/layout.gsub5_format2.tests tests/layout.gsub6.tests \ tests/layout.gsub8.tests tests/layout.khmer.tests \ tests/layout.notonastaliqurdu.tests tests/layout.tests \ - tests/layout.tinos.tests tests/layout.default_features.tests \ - tests/layout.duplicate_features.tests \ + tests/layout.tinos.tests tests/layout.duplicate_features.tests \ tests/layout.unsorted_featurelist.tests \ - tests/layout.drop_feature.tests tests/sbix.tests \ - tests/variable.tests tests/glyph_names.tests tests/math.tests \ + tests/layout.drop_feature.tests tests/no_layout_closure.tests \ + tests/sbix.tests tests/variable.tests tests/glyph_names.tests \ + tests/glyph_map.tests tests/math.tests \ tests/math_coverage_offset.tests tests/post.tests \ - $(am__EXEEXT_1) + tests/full_instance.tests \ + tests/instance_feature_variations.tests \ + tests/instantiate_glyf.tests tests/instantiate_cff2.tests \ + tests/pin_all_at_default.tests \ + tests/instance_no_double_free.tests \ + tests/mvar_full_instance.tests \ + tests/instance_comp_glyph_empty_child.tests \ + tests/post_apply_mvar_delta.tests tests/apply_cvar_delta.tests \ + tests/collect_name_ids.tests tests/instantiate_colrv1.tests \ + tests/instantiate_cff2_update_metrics.tests $(am__EXEEXT_1) XFAIL_TESTS = $(am__EXEEXT_1) subdir = test/subset/data ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -449,8 +460,6 @@ CXXFLAGS = @CXXFLAGS@ CYGPATH_W = @CYGPATH_W@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ -DIRECTWRITE_CXXFLAGS = @DIRECTWRITE_CXXFLAGS@ -DIRECTWRITE_LIBS = @DIRECTWRITE_LIBS@ DLLTOOL = @DLLTOOL@ DSYMUTIL = @DSYMUTIL@ DUMPBIN = @DUMPBIN@ @@ -548,6 +557,8 @@ STRIP = @STRIP@ UNISCRIBE_CFLAGS = @UNISCRIBE_CFLAGS@ UNISCRIBE_LIBS = @UNISCRIBE_LIBS@ VERSION = @VERSION@ +WASM_CFLAGS = @WASM_CFLAGS@ +WASM_LIBS = @WASM_LIBS@ _GI_EXP_DATADIR = @_GI_EXP_DATADIR@ _GI_EXP_LIBDIR = @_GI_EXP_LIBDIR@ abs_builddir = @abs_builddir@ @@ -607,7 +618,8 @@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ NULL = -EXTRA_DIST = $(TESTS) expected/basics expected/full-font \ +EXTRA_DIST = $(TESTS) $(DISABLED_TESTS) expected/32bit_var_store \ + expected/basics expected/preprocess expected/full-font \ expected/glyf_bug_3131 expected/cff-full-font \ expected/japanese expected/cff-japanese \ expected/cff.notoserifmyanmar expected/layout \ @@ -623,19 +635,29 @@ EXTRA_DIST = $(TESTS) expected/basics expected/full-font \ expected/layout.context_format2 expected/layout.gdef-varstore \ expected/layout.gdef-attachlist \ expected/layout.notonastaliqurdu expected/layout.tinos \ - expected/layout.default_features \ expected/layout.duplicate_features \ expected/layout.unsorted_featurelist \ - expected/layout.drop_feature expected/cmap expected/cmap14 \ - expected/sbix expected/colr expected/colr_glyphs \ - expected/colrv1 expected/colr_with_components expected/cbdt \ - expected/variable expected/glyph_names expected/math \ - expected/math_coverage_offset expected/post fonts profiles \ + expected/layout.drop_feature expected/no_layout_closure \ + expected/cmap expected/cmap14 expected/sbix expected/colr \ + expected/colr_glyphs expected/colrv1 \ + expected/colrv1_copy_varstore expected/colr_with_components \ + expected/cbdt expected/variable expected/glyph_names \ + expected/glyph_map expected/math expected/math_coverage_offset \ + expected/post expected/full_instance \ + expected/instance_feature_variations expected/instantiate_glyf \ + expected/instantiate_cff2 expected/pin_all_at_default \ + expected/instance_no_double_free expected/mvar_full_instance \ + expected/instance_comp_glyph_empty_child \ + expected/post_apply_mvar_delta expected/apply_cvar_delta \ + expected/collect_name_ids expected/instantiate_colrv1 \ + expected/instantiate_cff2_update_metrics fonts profiles \ $(NULL) CLEANFILES = SUBDIRS = repack_tests TEST_EXTENSIONS = .tests TESTS_LOG_COMPILER = $(srcdir)/../run-tests.py $(top_builddir)/util/hb-subset$(EXEEXT) + +# Disabled because instancing is only available w/ experimental API on. DISABLED_TESTS = \ $(NULL)