# -*- 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,test)) ifneq (,$(filter DESKTOP,$(BUILD_TYPE))) $(eval $(call gb_Module_add_targets,test,\ Library_test \ Library_test_setupvcl \ Library_subsequenttest \ Library_vclbootstrapprotector \ Package_unittest \ )) $(eval $(call gb_Module_add_check_targets,test,\ CppunitTest_test_a11y \ CppunitTest_test_xpath \ )) endif # vim: set noet sw=4 ts=4: 2a1eb35159e39'/> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test/Library_subsequenttest.mk
AgeCommit message (Expand)Author
2023-06-21sc: add CharComplexColor and CellBackgroundComplexColor propertiesTomaž Vajngerl
2023-03-03test: Add a few basic dialog tests and helpersColomban Wendling
2023-01-25test: Add AccessibilityTools::nameEquals()Colomban Wendling
2022-11-03UnoApiXmlTest: add new wrapper for XmlTestTools testsXisco Fauli
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-10-19sc: factor out common code in testsXisco Fauli
2022-08-01Add infrastructure and basic tests including slight UI interactionColomban Wendling
2022-07-27Make AccessibilityTools available more widely and use itColomban Wendling