# -*- 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_Library_Library,ucpfile1)) $(eval $(call gb_Library_set_componentfile,ucpfile1,ucb/source/ucp/file/ucpfile1)) $(eval $(call gb_Library_use_external,ucpfile1,boost_headers)) $(eval $(call gb_Library_use_sdk_api,ucpfile1)) $(eval $(call gb_Library_use_libraries,ucpfile1,\ comphelper \ cppu \ cppuhelper \ sal \ ucbhelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_add_exception_objects,ucpfile1,\ ucb/source/ucp/file/bc \ ucb/source/ucp/file/filcmd \ ucb/source/ucp/file/filglob \ ucb/source/ucp/file/filid \ ucb/source/ucp/file/filinpstr \ ucb/source/ucp/file/filinsreq \ ucb/source/ucp/file/filnot \ ucb/source/ucp/file/filprp \ ucb/source/ucp/file/filrec \ ucb/source/ucp/file/filrow \ ucb/source/ucp/file/filrset \ ucb/source/ucp/file/filstr \ ucb/source/ucp/file/filtask \ ucb/source/ucp/file/prov \ ucb/source/ucp/file/shell \ )) # vim: set noet sw=4 ts=4: -0'>distro/cib/libreoffice-5-0 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_complex.mk
AgeCommit message (Expand)Author
2016-03-24tdf#97362: Convert Java unit test to Python(check_change_color.py)aqcoder
2016-03-18tdf#97362: Convert Java unit test to Python(load_save_test.py)kadertarlan
2016-01-31tdf#97362: Deleted CheckTable.java(this test translated to Python already.)kadertarlan
2016-01-28tdf#97362: Convert Java unit test to Python (check_indexed_property_values.py)kadertarlan
2016-01-27Convert Java unit test to Python (check_named_property_values.py)kadertarlan
2015-12-18fix some issues with 214b0c8356ab88e75cb4bbc2ad3109ee536dcd70Michael Stahl
2015-12-18Java unittest(CheckCrossReferences.java) converted to Python unittestkadertarlan
2015-12-15sw: fix build, remove deleted CheckFlies.java from makefileMichael Stahl
2015-11-13sw: solve the CheckBookmarks fails on WNT mysteryMichael Stahl
2013-10-15Remove Java unit tests migrated to PythonDavid Ostrovsky
2013-03-20fdo#55814 create unit test for it firstDavid Ostrovsky
2012-12-03SwXDocumentIndex: implement css.util.XRefreshableMichael Stahl
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-08-20SwXTextTable: add "TableBorder2" propertyMichael Stahl
2012-08-17gbuild: register all jarsMichael Stahl
2012-07-15sw: disable CheckBookmarks on WNTMichael Stahl
2012-04-08gbuild: "use" vs. "add":Michael Stahl
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl
2012-02-20gb_JunitTest_JunitTest takes only one argumentStephan Bergmann
2011-12-01fdo#35657: reenable subsequent testAugust Sodora
2011-11-10fdo#40819 lp#868229: reenable CheckBookmarks subsequenttestBjoern Michaelsen
2011-09-13fdo#40819# Disabled failing complex.writer.CheckBookmarks test for now.Stephan Bergmann
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
2011-06-17gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]Michael Stahl
2011-04-22Merge commit 'ooo/DEV300_m106' into libreoffice-3-4Jan Holesovsky
2011-03-25fd#35657: disable complex.writer.TextPortionEnumerationTest because it failsBjoern Michaelsen
2011-03-11sw34bf04: sw: enable complex test CheckBookmarks (except on windows)Michael Stahl
2011-02-14sw34bf03: #i116192#: sw: enable complex tests againMichael Stahl
2011-01-19gnumake3: #i116390# finishing support for Junittests in gbuildBjoern Michaelsen
2011-01-11gnumake3: more work on junit subsequenttest migrationBjoern Michaelsen