summaryrefslogtreecommitdiff
path: root/jurt/JunitTest_util.mk
blob: 206903648a53c85a2e163438a5fb18f52f3b3b01 (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
32
33
34
35
36
37
38
39
40
41
42
43
44
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2010 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_JunitTest_JunitTest,jurt_util))

$(eval $(call gb_JunitTest_use_jars,jurt_util,\
    $(OUTDIR)/bin/ridl.jar \
))

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

$(eval $(call gb_JunitTest_add_sourcefiles,jurt_util,\
    jurt/test/com/sun/star/lib/util/NativeLibraryLoader_Test \
))

$(eval $(call gb_JunitTest_add_classes,jurt_util,\
    com.sun.star.lib.util.NativeLibraryLoader_Test \
))

# vim:set shiftwidth=4 softtabstop=4 expandtab:
1 +0200'>2022-06-29tdf#126961 fix access to the macOS address bookChristian Lohmaier 2022-05-23tdf#140215 Improve the Comment strings in .desktop filesIlmari Lauhakangas 2022-01-23change rpm compression algorithm to multi threaded xzAndras Timar 2021-10-12uses of icon_filename are goneCaolán McNamara 2021-10-12document-new shouldn't get prefixed to become libreoffice-document-newCaolán McNamara 2021-08-20Make some scripts more portableIlmari Lauhakangas 2021-07-07tdf#133368: update extensions website URLs and use httpsStéphane Guillou 2021-06-28Add URI handlers for MS Office URI Schemes on Linux/macOSSamuel Mehrbrodt 2021-06-28Tabs to spacesSamuel Mehrbrodt 2021-06-24Handle fancy webdav URI schemes on all platformsThorsten Behrens 2021-06-11math.desktop include "Spreadsheet" categoryCaolán McNamara 2021-04-29apparmor: Fix "oopslash" typoRico Tzschichholz 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2020-12-23tdf#135504: Install application metadata in /usr/share/metainfoChris Mayo 2020-11-14Remove obsolete GNOME 2 MIME types filesChris Mayo 2020-11-10tdf#132787: Don't duplicate hicolor icon theme as gnomeChris Mayo 2020-11-01Don't try to include hicolor SVG mimetypes icons in rpmChris Mayo 2020-10-29tdf#132737: Don't install SVG source icons or locolor themeChris Mayo 2020-09-22Suppress PYTHONWARNINGS=error in system g-ir-scannerStephan Bergmann 2020-09-08tdf#96725: Add LSHandlerRank for the recently added AppleWorks DocumentTor Lillqvist 2020-09-08Follow the rules when building for the App StoreTor Lillqvist