Related tdf#122788: avoid assert
[LibreOffice.git] / testtools / Rdb_uno_services.mk
blobb2ff7d9c73a7528397a49456a9c0e72373cbad2c
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_Rdb_Rdb,uno_services))
12 $(eval $(call gb_Rdb_add_components,uno_services,\
13 testtools/source/bridgetest/cppobj \
14 testtools/source/bridgetest/constructors \
15 testtools/source/bridgetest/bridgetest \
18 ifneq ($(ENABLE_JAVA),)
19 $(eval $(call gb_Rdb_add_components,uno_services,\
20 testtools/source/bridgetest/testComponent \
22 endif
24 # vim:set noet sw=4 ts=4: