summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_uno.mk
blob: 3af341eb15d3fb5a9d2086435c4887df7e0008f3 (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
25
26
27
28
29
30
31
# -*- 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,jurt_uno))

$(eval $(call gb_JunitTest_use_jars,jurt_uno,\
    OOoRunner \
    ridl \
))

$(eval $(call gb_JunitTest_use_jar_classset,jurt_uno,jurt))

$(eval $(call gb_JunitTest_add_sourcefiles,jurt_uno,\
    jurt/test/com/sun/star/uno/AnyConverter_Test \
    jurt/test/com/sun/star/uno/UnoRuntime_EnvironmentTest \
    jurt/test/com/sun/star/uno/WeakReference_Test \
))

$(eval $(call gb_JunitTest_add_classes,jurt_uno,\
    com.sun.star.uno.AnyConverter_Test \
    com.sun.star.uno.UnoRuntime_EnvironmentTest \
    com.sun.star.uno.WeakReference_Test \
))

# vim:set noet sw=4 ts=4:
'2017-08-02 10:36:07 +0200'>2017-08-02normalize resource locale ctor construction mechanismsCaolán McNamara 2017-08-01move resmgr to unotoolsCaolán McNamara 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-18loplugin:constparams in scaddins,hwpfilterNoel Grandin 2017-07-14 use more OUString::operator== in scaddins..sdextNoel Grandin 2017-07-11loplugin:useuniqueptr in scaddins..svxNoel Grandin 2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin 2017-06-26loplugin:oncevar in scaddins..sotNoel Grandin 2017-06-11move unlocalized pricing strings into sourceCaolán McNamara 2017-05-19make string translation loading more uniformCaolán McNamara 2017-05-18Revert "Fix typos"Stephan Bergmann 2017-05-18Fix typosAndrea Gelmini 2017-05-18loplugin:unusedmethodsNoel Grandin 2017-05-09cleanup osl/diagnose.h includesJochen Nitschke 2017-05-06coverity#1405891..1405898: MISSING_COMMAJulien Nabet 2017-05-04tdf#107566 adjust constraints for Add-In function YIELDMAT.Winfried Donkers 2017-05-02untranslated strings are just stringsCaolán McNamara 2017-04-28split these out into a standalone headerCaolán McNamara 2017-04-27can move these nonlocalized strings into sourceCaolán McNamara 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-20loplugin:unusedmethodsNoel Grandin 2017-04-04scaddins: silence -Werror=maybe-uninitializedMiklos Vajna 2017-03-25Fix typosAndrea Gelmini 2017-03-23loplugins:redundantcast teach it about c-style typedef castsNoel Grandin