From 73e6f6cc88f6656e6061067fbd4170073c068975 Mon Sep 17 00:00:00 2001 From: Qunxin Liu Date: Tue, 24 Jan 2023 16:14:11 -0800 Subject: [PATCH] [instancer] enable the missing test --- test/subset/data/Makefile.am | 1 + test/subset/data/Makefile.sources | 1 + test/subset/meson.build | 1 + 3 files changed, 3 insertions(+) diff --git a/test/subset/data/Makefile.am b/test/subset/data/Makefile.am index 736a07f49..98fa5b0ec 100644 --- a/test/subset/data/Makefile.am +++ b/test/subset/data/Makefile.am @@ -61,6 +61,7 @@ EXTRA_DIST += \ expected/instantiate_glyf \ expected/pin_all_at_default \ expected/instance_no_double_free \ + expected/mvar_full_instance \ fonts \ profiles \ $(NULL) diff --git a/test/subset/data/Makefile.sources b/test/subset/data/Makefile.sources index 6681006da..c6edc7cfc 100644 --- a/test/subset/data/Makefile.sources +++ b/test/subset/data/Makefile.sources @@ -52,6 +52,7 @@ TESTS = \ tests/instantiate_glyf.tests \ tests/pin_all_at_default.tests \ tests/instance_no_double_free.tests \ + tests/mvar_full_instance.tests \ $(NULL) # TODO: re-enable once colrv1 subsetting is stabilized. diff --git a/test/subset/meson.build b/test/subset/meson.build index e35ffec8c..b2a4447d1 100644 --- a/test/subset/meson.build +++ b/test/subset/meson.build @@ -54,6 +54,7 @@ tests = [ 'full_instance', 'instance_feature_variations', 'instance_no_double_free', + 'mvar_full_instance', ] repack_tests = [