tdf#123435: sw_ooxmlexport13: Add unittest
[LibreOffice.git] / sc / CppunitTest_sc_anchor_test.mk
blobda38070045732bc7b97bf969a7edbad68a3a97da
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # This file is part of the LibreOffice project.
6 # This Source Code Form is subject to the terms of the Mozilla Public
7 # License, v. 2.0. If a copy of the MPL was not distributed with this
8 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,sc_anchor_test))
14 $(eval $(call gb_CppunitTest_use_common_precompiled_header,sc_anchor_test))
16 $(eval $(call gb_CppunitTest_add_exception_objects,sc_anchor_test, \
17 sc/qa/extras/anchor \
20 $(eval $(call gb_CppunitTest_use_external,sc_anchor_test,boost_headers))
22 $(eval $(call gb_CppunitTest_use_libraries,sc_anchor_test, \
23 basegfx \
24 comphelper \
25 cppu \
26 cppuhelper \
27 drawinglayer \
28 editeng \
29 for \
30 forui \
31 i18nlangtag \
32 msfilter \
33 oox \
34 sal \
35 salhelper \
36 sax \
37 sb \
38 sc \
39 scqahelper \
40 sfx \
41 sot \
42 subsequenttest \
43 svl \
44 svt \
45 svx \
46 svxcore \
47 test \
48 tk \
49 tl \
50 ucbhelper \
51 unotest \
52 utl \
53 vbahelper \
54 vcl \
55 xo \
58 $(eval $(call gb_CppunitTest_set_include,sc_anchor_test,\
59 -I$(SRCDIR)/sc/source/ui/inc \
60 -I$(SRCDIR)/sc/inc \
61 $$(INCLUDE) \
64 $(eval $(call gb_CppunitTest_use_api,sc_anchor_test,\
65 udkapi \
66 offapi \
67 oovbaapi \
70 $(eval $(call gb_CppunitTest_use_ure,sc_anchor_test))
71 $(eval $(call gb_CppunitTest_use_vcl,sc_anchor_test))
73 $(eval $(call gb_CppunitTest_use_rdb,sc_anchor_test,services))
75 $(eval $(call gb_CppunitTest_use_configuration,sc_anchor_test))
77 # vim: set noet sw=4 ts=4: