remove debugcommand -- debugrun is superceding it
[LibreOffice.git] / lotuswordpro / CppunitTest_lotuswordpro_test_lotuswordpro.mk
blob362ca4d8ddc754243e436961c91cc9fdae3e2c06
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,lotuswordpro_test_lotuswordpro))
35 $(eval $(call gb_CppunitTest_add_exception_objects,lotuswordpro_test_lotuswordpro, \
36 lotuswordpro/qa/cppunit/test_lotuswordpro \
39 $(eval $(call gb_CppunitTest_add_linked_libs,lotuswordpro_test_lotuswordpro, \
40 comphelper \
41 cppu \
42 cppuhelper \
43 sal \
44 test \
45 unotest \
46 vcl \
47 $(gb_STDLIBS) \
50 $(eval $(call gb_CppunitTest_set_include,lotuswordpro_test_lotuswordpro,\
51 $$(INCLUDE) \
52 -I$(OUTDIR)/inc \
55 $(eval $(call gb_CppunitTest_add_api,lotuswordpro_test_lotuswordpro,\
56 offapi \
57 udkapi \
60 $(eval $(call gb_CppunitTest_uses_ure,lotuswordpro_test_lotuswordpro))
62 $(eval $(call gb_CppunitTest_add_type_rdbs,lotuswordpro_test_lotuswordpro,\
63 types \
66 $(eval $(call gb_CppunitTest_add_components,lotuswordpro_test_lotuswordpro,\
67 lotuswordpro/util/lwpfilter,\
70 $(eval $(call gb_CppunitTest_add_old_components,lotuswordpro_test_lotuswordpro,\
71 configmgr \
72 ucb1 \
73 ucpfile1 \
76 $(eval $(call gb_CppunitTest_set_args,lotuswordpro_test_lotuswordpro,\
77 --headless \
78 --protector unoexceptionprotector$(gb_Library_DLLEXT) unoexceptionprotector \
79 "-env:CONFIGURATION_LAYERS=xcsxcu:$(call gb_CppunitTarget__make_url,$(OUTDIR)/xml/registry)" \
82 # we need to explicitly depend on library lwpft because it is not implied
83 # by a link relation
84 $(call gb_CppunitTest_get_target,lotuswordpro_test_lotuswordpro) : $(call gb_Library_get_target,lwpft)
86 # vim: set noet sw=4 ts=4: