summaryrefslogtreecommitdiff
path: root/sw/JunitTest_sw_unoapi_2.mk
blob: eba54af438144e2834590fdff14bcc1bcd5aaa09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# -*- 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_JunitTest_JunitTest,sw_unoapi_2))

$(eval $(call gb_JunitTest_set_unoapi_test_defaults,sw_unoapi_2))

# vim: set noet sw=4 ts=4:
am by std::unique_ptrNoel Grandin 2018-03-17Typos concerning hierarchyJulien Nabet 2017-06-12Setting Buffered(threaded)Stream as default:Mohammed Abdul Azeem 2017-06-11Fix typosAndrea Gelmini 2017-06-08First cut at moving unzipping into new thread:Mohammed Abdul Azeem 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-19Use the old-fashion way to instantiate a UNO service.Kohei Yoshida 2017-01-17tdf#97597: attempt to add test for multithreaded input stream buffering.Kohei Yoshida 2016-07-29Fix typo: completelly -> completelyTakeshi Abe 2016-03-10Extract Directories from BootstrapFixtureBaseStephan Bergmann 2016-03-07improve defaultparams lopluginNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-30Fix typosAndrea Gelmini 2015-03-19convert SFX_FILTER_ constants to enum classNoel Grandin 2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin 2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin 2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin 2014-08-14java: remove commented out codeNoel Grandin 2014-08-01typo: more then -> more thanTakeshi Abe 2014-04-30Many spelling fixes: directories h* - p*.Pedro Giffuni 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26Remove visual noise from packageAlexander Wilms 2013-12-02Related: EDB-29934-1 add .zip cppunit testsCaolán McNamara