Revert "reduce symbol visibility in sw"
[LibreOffice.git] / comphelper / CppunitTest_comphelper_weakbag_test.mk
blob3ee86b9b85493c4cf0ea90ff84e4f254f1438db6
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/.
10 $(eval $(call gb_CppunitTest_CppunitTest,comphelper_weakbag))
12 $(eval $(call gb_CppunitTest_add_exception_objects,comphelper_weakbag,\
13 comphelper/qa/weakbag/test_weakbag \
16 $(eval $(call gb_CppunitTest_use_api,comphelper_weakbag,\
17 udkapi \
20 $(eval $(call gb_CppunitTest_use_libraries,comphelper_weakbag,\
21 comphelper \
22 cppu \
23 cppuhelper \
24 sal \
27 # vim: set noet sw=4 ts=4: