Trying to fix packaging of SDK
[LibreOffice.git] / sot / CppunitTest_sot_test_sot.mk
blob05365287c3eedc85e5cd4179c4a6ba625fdeb841
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
3 # Version: MPL 1.1 / GPLv3+ / LGPLv3+
5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License or as specified alternatively below. You may obtain a copy of
8 # the License at http://www.mozilla.org/MPL/
10 # Software distributed under the License is distributed on an "AS IS" basis,
11 # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
12 # for the specific language governing rights and limitations under the
13 # License.
15 # The Initial Developer of the Original Code is
16 # Bjoern Michaelsen, Canonical Ltd. <bjoern.michaelsen@canonical.com>
17 # Portions created by the Initial Developer are Copyright (C) 2010 the
18 # Initial Developer. All Rights Reserved.
20 # Major Contributor(s):
21 # Caolán McNamara, Red Hat, Inc. <caolanm@redhat.com>
22 # David Tardon, Red Hat Inc. <dtardon@redhat.com>
24 # For minor contributions see the git repository.
26 # Alternatively, the contents of this file may be used under the terms of
27 # either the GNU General Public License Version 3 or later (the "GPLv3+"), or
28 # the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
29 # in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
30 # instead of those above.
31 #*************************************************************************
33 $(eval $(call gb_CppunitTest_CppunitTest,sot_test_sot))
35 $(eval $(call gb_CppunitTest_add_exception_objects,sot_test_sot, \
36 sot/qa/cppunit/test_sot \
39 $(eval $(call gb_CppunitTest_add_linked_libs,sot_test_sot, \
40 comphelper \
41 cppu \
42 cppuhelper \
43 sal \
44 sot \
45 tl \
46 unotest \
47 $(gb_STDLIBS) \
50 $(eval $(call gb_CppunitTest_set_include,sot_test_sot,\
51 $$(INCLUDE) \
52 -I$(OUTDIR)/inc \
55 $(eval $(call gb_CppunitTest_add_api,sot_test_sot,\
56 offapi \
57 udkapi \
60 $(eval $(call gb_CppunitTest_uses_ure,sot_test_sot))
62 $(eval $(call gb_CppunitTest_add_type_rdbs,sot_test_sot,\
63 types \
66 $(eval $(call gb_CppunitTest_set_args,sot_test_sot,\
67 --headless \
68 --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
71 # vim: set noet sw=4 ts=4: