summaryrefslogtreecommitdiff
path: root/test/Module_test.mk
blob: 6c8b81fa2992b2ca52031f3304833d219d5f16ea (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
# -*- 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) 2012 Red Hat, Inc., Caolán McNamara <caolanm@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_Module_Module,test))

$(eval $(call gb_Module_add_targets,test,\
    Library_test \
    Library_subsequenttest \
    Package_inc \
    Package_unittest \
))

# vim: set noet sw=4 ts=4:
:49 +0200'>2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2019-10-11simplify "a = a +" to "a +="Noel Grandin 2019-10-01loplugin:stringadd in helpcompiler..ooxNoel Grandin 2019-07-19cid#1448495 Unchecked return valueCaolán McNamara 2019-07-19cid#1448441 Unchecked return valueCaolán McNamara 2019-07-18cid#703974 Unchecked return valueCaolán McNamara 2019-05-30tdf#42949 Fix IWYU warnings in helpcompiler/Gabor Kelemen 2019-05-22New loplugin:dataStephan Bergmann 2019-04-07std::string has a std::hash specialisation since C++11Noel Grandin 2019-02-24loplugin:unusedfields in helpcompiler..jvmfwkNoel Grandin 2019-02-18use clear() instead of erase(begin, end)Noel Grandin 2019-02-09loplugin:indentation in helpcompiler..ioNoel Grandin 2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin 2018-11-21improve function-local statics in forms..reportdesignNoel Grandin 2018-10-23clang-tidy performance-unnecessary-copy-init in editeng..i18npoolNoel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin 2018-07-30Add missing sal/log.hxx headersGabor Kelemen 2018-07-27loplugin:returnconstant in helpcompilerNoel Grandin 2018-07-27helpcompiler: avoid -Werror=deprecated-copy (GCC trunk towards GCC 9)Stephan Bergmann 2018-06-13Don't create std::string from nullptrStephan Bergmann 2018-06-11tdf#96099 Remove some trivial std::vector typedefsArkadiy Illarionov 2018-06-07tdf#96099 Remove std::vector typedefsAbhyudaya Sharma 2018-04-16loplugin:useuniqueptr in StreamTableNoel Grandin 2018-03-18Use for-range loops in helpcompilerJulien Nabet