diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-09-01 10:41:52 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-09-01 13:17:51 +0200 |
commit | bc500f802dcadb9b3ae1bc4a17ec825a242884c0 (patch) | |
tree | 886d5d02266bdee5de83a521e1be6f7eff5f7d1e /vcl/Module_vcl.mk | |
parent | fe8dfdf6dad15f39f68859b935e7337f1d1fa0eb (diff) |
we have one CJK text test that explicitly attempts to use not bundled fonts
add "allow" to NON_APPLICATION_FONT_USE=
=abort to crash and burn if there is font/glyph fallback, and
=deny to just restrict to the bundled fonts for the test
=allow to explictly denote a tests want to attempt to search for
and use some specific system-side installed font.
note: currently this only affects fontconfig using platforms
Change-Id: Iadc8a70531ac363b4c3f0c52d9f7bd79191b0139
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139148
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/Module_vcl.mk')
-rw-r--r-- | vcl/Module_vcl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/Module_vcl.mk b/vcl/Module_vcl.mk index 0e8e3c0e7b43..81f28dcfdd68 100644 --- a/vcl/Module_vcl.mk +++ b/vcl/Module_vcl.mk @@ -198,6 +198,7 @@ $(eval $(call gb_Module_add_check_targets,vcl,\ CppunitTest_vcl_lifecycle \ CppunitTest_vcl_bitmap_test \ CppunitTest_vcl_bitmapprocessor_test \ + CppunitTest_vcl_cjk \ CppunitTest_vcl_graphic_test \ CppunitTest_vcl_fontcharmap \ CppunitTest_vcl_font \ |