# -*- 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_CppunitTest_CppunitTest,smoketest)) $(eval $(call gb_CppunitTest_add_exception_objects,smoketest,\ smoketest/smoketest_too \ )) $(eval $(call gb_CppunitTest_use_external,smoketest,boost_headers)) $(eval $(call gb_CppunitTest_use_sdk_api,smoketest)) $(eval $(call gb_CppunitTest_use_libraries,smoketest,\ cppu \ cppuhelper \ sal \ unotest \ )) $(eval $(call gb_CppunitTest_use_ure,smoketest)) ifeq ($(ENABLE_MACOSX_SANDBOX),TRUE) userinstallation=$(shell $(INSTROOT)/$(LIBO_BIN_FOLDER)/soffice --nstemporarydirectory) else userinstallation=$(WORKDIR)/CustomTarget/smoketest endif $(eval $(call gb_CppunitTest_add_arguments,smoketest,\ -env:arg-soffice=$(gb_JunitTest_SOFFICEARG) \ -env:arg-user=$(userinstallation) \ -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \ -env:arg-testarg.smoketest.doc=$(WORKDIR)/Zip/smoketestdoc.sxw \ )) $(call gb_CppunitTest_get_target,smoketest): \ clean_CustomTarget_smoketest \ $(WORKDIR)/Zip/smoketestdoc.sxw clean_CustomTarget_smoketest: rm -rf $(WORKDIR)/CustomTarget/smoketest mkdir -p $(WORKDIR)/CustomTarget/smoketest/user cp $(SRCDIR)/qadevOOo/qa/registrymodifications.xcu $(WORKDIR)/CustomTarget/smoketest/user $(WORKDIR)/Zip/smoketestdoc.sxw: $(call gb_Zip_get_target,smoketestdoc) cp $< $@ # vim: set noet sw=4 ts=4: '>distro/cib/libreoffice-6-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_odfexport.mk
AgeCommit message (Expand)Author
2018-10-01Change all font-based tests to depend on ooo_fontsJan-Marek Glogowski
2018-05-31SwModule is a convenient (?) place for passing events to Automation clientsTor Lillqvist
2018-05-04Missing test dependenciesStephan Bergmann
2018-02-07tdf#115483 svl xmloff sc sw: verify all ODF 1.2 protection-key hashesMichael Stahl
2017-11-28ODF export: expose font style and weight of embedded fontsMiklos Vajna
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky
2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara
2016-06-27ODF import: add embedded pdf supportMiklos Vajna
2016-06-09tdf#94698 cleanup Makefiles. Get rid of udkapi and offapiGleb Mishchenko
2016-02-12sfx2: related tdf#56270: loss of embedded objects imported from DOCXMichael Stahl
2016-01-06sw: remove include of sw/source/inc/uibase/dbui.hxx from dbmgr.hxxMichael Stahl
2015-12-21tdf93236 N-UP printing in combination with mailmerge broken file-print 1/4Juergen Funk
2015-08-26tdf#92379: sw: unit test for frame style background colorMichael Stahl
2015-07-27Added Test for tdf#78159 OOoXML embedded objects should be converted to ODFVarun
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-11-16Related fdo#82953: Forget package URL of image after it is loadedZolnai Tamás
2014-06-04DeInitVCL at end of testsStephan Bergmann
2014-05-01Simplify type detectorsMaxim Monastirsky