bump product version to 4.1.6.2
[LibreOffice.git] / tools / CppunitTest_tools_test.mk
blob959df078a49ee2ca7cd3dc863c1e0382840d2734
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,tools_test))
14 $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
17 tools/qa/cppunit/test_inetmime \
18 tools/qa/cppunit/test_pathutils \
19 tools/qa/cppunit/test_reversemap \
20 tools/qa/cppunit/test_stream \
21 tools/qa/cppunit/test_urlobj \
24 $(eval $(call gb_CppunitTest_use_api,tools_test, \
25 udkapi \
26 offapi \
29 $(eval $(call gb_CppunitTest_use_libraries,tools_test, \
30 sal \
31 tl \
32 $(gb_UWINAPI) \
35 $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \
36 ooopathutils \
39 $(eval $(call gb_CppunitTest_set_include,tools_test,\
40 $$(INCLUDE) \
41 -I$(SRCDIR)/tools/inc \
44 # vim: set noet sw=4 ts=4: