office-gobmx/comphelper/CppunitTest_comphelper_syntaxhighlight_test.mk
Michael Stahl 033830b3b0 comphelper: use boost_headers in unit test
Change-Id: I3858dd3d176757743a39d6a8d9c5328dd5ff34df
2013-10-28 14:11:59 +01:00

33 lines
906 B
Makefile

# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# 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/.
#
$(eval $(call gb_CppunitTest_CppunitTest,comphelper_syntaxhighlight_test))
$(eval $(call gb_CppunitTest_add_exception_objects,comphelper_syntaxhighlight_test, \
comphelper/qa/unit/syntaxhighlighttest \
))
$(eval $(call gb_CppunitTest_use_externals,comphelper_syntaxhighlight_test,\
boost_headers \
))
$(eval $(call gb_CppunitTest_use_api,comphelper_syntaxhighlight_test, \
udkapi \
offapi \
))
$(eval $(call gb_CppunitTest_use_libraries,comphelper_syntaxhighlight_test, \
comphelper \
cppuhelper \
cppu \
sal \
$(gb_UWINAPI) \
))
# vim: set noet sw=4 ts=4: