Files
libreoffice/tools/CppunitTest_tools_test.mk

48 lines
1.3 KiB
Makefile
Raw Normal View History

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2011-07-24 21:16:36 +01:00
#*************************************************************************
#
# This file is part of the LibreOffice project.
2011-07-24 21:16:36 +01:00
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
2011-07-24 21:16:36 +01:00
#
#*************************************************************************
$(eval $(call gb_CppunitTest_CppunitTest,tools_test))
$(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
2011-07-24 21:16:36 +01:00
$(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
tools/qa/cppunit/test_bigint \
tools/qa/cppunit/test_fract \
tools/qa/cppunit/test_inetmime \
tools/qa/cppunit/test_pathutils \
tools/qa/cppunit/test_reversemap \
tools/qa/cppunit/test_stream \
tools/qa/cppunit/test_urlobj \
tools/qa/cppunit/test_color \
2011-07-24 21:16:36 +01:00
))
$(eval $(call gb_CppunitTest_use_api,tools_test, \
2011-07-24 21:16:36 +01:00
udkapi \
offapi \
))
$(eval $(call gb_CppunitTest_use_libraries,tools_test, \
2011-07-24 21:16:36 +01:00
sal \
tl \
$(gb_UWINAPI) \
2011-07-24 21:16:36 +01:00
))
$(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \
2011-07-26 10:42:56 +03:00
ooopathutils \
))
2011-07-24 21:16:36 +01:00
$(eval $(call gb_CppunitTest_set_include,tools_test,\
$$(INCLUDE) \
-I$(SRCDIR)/tools/inc \
2011-07-24 21:16:36 +01:00
))
# vim: set noet sw=4 ts=4: