# -*- 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,vclbootstrapprotector)) $(eval $(call gb_Library_add_exception_objects,vclbootstrapprotector, \ test/source/vclbootstrapprotector \ )) $(eval $(call gb_Library_use_externals,vclbootstrapprotector, \ boost_headers \ cppunit \ )) $(eval $(call gb_Library_use_libraries,vclbootstrapprotector, \ comphelper \ cppu \ i18nlangtag \ sal \ test-setupvcl \ tl \ utl \ vcl \ $(gb_UWINAPI) \ )) $(eval $(call gb_Library_use_sdk_api,vclbootstrapprotector)) # vim: set noet sw=4 ts=4: -4-LTS LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-19Fix typos + some German translationsAndrea Gelmini
2017-03-18Fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-03-13Revert "comphelper: fix MSVC hang in ThreadPool::shutdown()"Miklos Vajna
2017-03-11comphelper: fix MSVC hang in ThreadPool::shutdown()Michael Stahl
2017-01-30expand SVM test (Mask, TextRect, TextLine) and mtfxmldumpTomaž Vajngerl
2017-01-14vcl: add SVM metafile reading and writing test and extend xml dumpTomaž Vajngerl
2017-01-05add ISECTREGIONCLIPREGION to dumperCaolán McNamara
2016-12-29Add support for ETO_PDY in WMF/EMFMike Kaganski
2016-12-16screnshot test: Ignore error when creating directoriesSamuel Mehrbrodt
2016-12-13cui.screenshot: Show full path when failing to create itSamuel Mehrbrodt
2016-12-02use SvtSysLocaleOptions::GetRealUILanguageTag(), not GetLocaleConfigString()Eike Rathke
2016-12-02Postfix rather than prefix locale to directory nameKatarina Behrens
2016-11-26screenshots: builddir is not neccessarily same as srcdirChristian Lohmaier
2016-11-17Use ProductName as fallback for dialog titleSamuel Mehrbrodt
2016-11-17Put generated screenshots in lang-dependant subdirSamuel Mehrbrodt
2016-11-17test: Allow to force a certain locale during unit testsSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-10-28convert std::unique_ptr<VclAbstractDialog> to VclPtrNoel Grandin