# -*- 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_JunitTest_JunitTest,sc_unoapi_1)) $(eval $(call gb_JunitTest_add_classes,sc_unoapi_1, \ org.openoffice.test.UnoApiTest \ )) $(eval $(call gb_JunitTest_use_jars,sc_unoapi_1, \ OOoRunner \ jurt \ ridl \ test \ unoil \ )) $(eval $(call gb_JunitTest_set_defs,sc_unoapi_1,\ $$(DEFS) \ -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sc/qa/unoapi/sc_1.sce \ -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sc/qa/unoapi/testdocuments \ -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sc/qa/unoapi/knownissues.xcl \ )) # vim: set noet sw=4 ts=4: ro/CN/libreoffice-7-4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
AgeCommit message (Expand)Author
2024-03-16Revert "make skia into static library"Noel Grandin
2024-03-16make skia into static libraryNoel Grandin
2023-12-19argon2: add new external libraryMichael Stahl
2023-12-13reprobuild: don't write timestamps to clucene index filesThorsten Behrens
2023-11-10Fix packaging with --enable-mpl-subsetMike Kaganski
2023-11-10Fix packaging with --disable-curlMike Kaganski
2023-11-06add --with-system-zxcvbnRene Engelhard
2023-10-30tdf#157518: external: bundle zxcvbn-cSarper Akdemir
2023-10-21mariadb connector: upgrade to release 3.3.7 (fixes tdf#157826)Mike Kaganski
2023-10-14tdf#116412 include bz2 module in internal pythonTaichi Haradaguchi