diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-01-20 20:15:38 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-01-22 10:37:39 +0100 |
commit | cf0e691d42661d14dc8c653e48d3f9662861786d (patch) | |
tree | 1eeb86da082b67dd5ebd2f6d1404ff3414299c04 | |
parent | Make installer compression tool configurable (diff) | |
download | core-cf0e691d42661d14dc8c653e48d3f9662861786d.tar.gz core-cf0e691d42661d14dc8c653e48d3f9662861786d.zip |
Add missing test dependency
> starmath/qa/cppunit/test_starmath.cxx:153:(anonymous namespace)::Test::testSmTmpDeviceRestoreFont
> assertion failed
> - Expression: pPrinter->IsFontAvailable(aFontName)
Change-Id: Ia704559c3e29f38b281a05f2308888e1ec0e57eb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128706
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 07de25e48a08..6a5cf437a6e1 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -81,4 +81,6 @@ $(eval $(call gb_CppunitTest_use_components,starmath_qa_cppunit,\ $(eval $(call gb_CppunitTest_use_configuration,starmath_qa_cppunit)) +$(eval $(call gb_CppunitTest_use_more_fonts,starmath_qa_cppunit)) + # vim: set noet sw=4 ts=4: |