Deduplicate rtl_uString_newReplaceFirst*
[LibreOffice.git] / smoketest / Library_smoketest.mk
blobb7751491a4db9f9640cf3af84484c76db7ea7018
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
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/.
11 # this is a Library that contains a unit test, so it can be packaged
12 $(eval $(call gb_Library_Library,smoketest))
14 # necessary because this is no CppUnitTest but a Library
15 $(eval $(call gb_Library_add_defs,smoketest,\
16 -DCPPUNIT_PLUGIN_EXPORT='extern "C" SAL_DLLPUBLIC_EXPORT' \
19 $(eval $(call gb_Library_use_sdk_api,smoketest))
21 $(eval $(call gb_Library_use_libraries,smoketest,\
22 cppu \
23 cppuhelper \
24 sal \
25 unotest \
28 $(eval $(call gb_Library_use_externals,smoketest,\
29 boost_headers \
30 cppunit \
33 $(eval $(call gb_Library_add_exception_objects,smoketest,\
34 smoketest/smoketest \
37 # vim: set noet sw=4 ts=4: