# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Module_Module,starmath)) $(eval $(call gb_Module_add_targets,starmath,\ Library_sm \ Library_smd \ UIConfig_smath \ )) $(eval $(call gb_Module_add_l10n_targets,starmath,\ AllLangMoTarget_sm \ )) $(eval $(call gb_Module_add_check_targets,starmath,\ CppunitTest_starmath_export \ CppunitTest_starmath_import \ CppunitTest_starmath_qa_cppunit \ )) $(eval $(call gb_Module_add_subsequentcheck_targets,starmath,\ JunitTest_starmath_unoapi \ )) # screenshots $(eval $(call gb_Module_add_screenshot_targets,starmath,\ CppunitTest_starmath_dialogs_test \ )) # vim: set noet sw=4 ts=4: LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/solenv/Executable_concat-deps.mk
153752: SbxObject::Execute: extra characters in Option Compatible mode
AgeCommit message (Expand)Author
Mike Kaganski
2022-11-03swmodeltestbase: remove duplicated codeXisco Fauli
2022-09-29split utl::TempFile into fast and named variantsNoel Grandin
2022-08-13clang-tidy modernize-pass-by-value in variousNoel Grandin
2022-07-29Verify signing certificate cryptographically before use in testsMike Kaganski
2022-07-29Better valid certificate check, consider filter dataMike Kaganski
2022-03-01Fix the test failing when invalid certificate is in cert storeMike Kaganski
2022-02-28Fix the tests failing when invalid certificate is in cert storeMike Kaganski
2021-12-02PPTX export: handle theme colors from the doc model for shape textMiklos Vajna
2021-07-21Avoid external processes picking up instdir/program/libnspr4.soStephan Bergmann
2021-04-01Exclude tests based on device color depth, not RDPMike Kaganski
2021-03-31This should be a static methodMike Kaganski
2021-03-30Exclude some tests in Windows RDP sessionMike Kaganski
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann