tdf#151548 ContentControls: improve ListEntry::setValue
[LibreOffice.git] / io / CppunitTest_io_textinputstream.mk
bloba18e643784f8436c8709ca5d3911350bd0480530
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_CppunitTest_CppunitTest,io_textinputstream))
12 $(eval $(call gb_CppunitTest_add_exception_objects,io_textinputstream, \
13 io/qa/textinputstream \
16 $(eval $(call gb_CppunitTest_use_libraries,io_textinputstream, \
17 cppu \
18 cppuhelper \
19 sal \
20 unotest \
23 $(eval $(call gb_CppunitTest_use_udk_api,io_textinputstream))
25 $(eval $(call gb_CppunitTest_use_ure,io_textinputstream))
27 # vim: set noet sw=4 ts=4: