tdf115103: find data source if sDataSource/sCommand are empty
[LibreOffice.git] / tools / CppunitTest_tools_test.mk
blob8cd8e7c3e9b3cd279d6c6ce260c99dfb669d1a8f
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
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 #*************************************************************************
12 $(eval $(call gb_CppunitTest_CppunitTest,tools_test))
14 $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers))
16 $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \
17 tools/qa/cppunit/test_bigint \
18 tools/qa/cppunit/test_date \
19 tools/qa/cppunit/test_fract \
20 tools/qa/cppunit/test_inetmime \
21 tools/qa/cppunit/test_pathutils \
22 tools/qa/cppunit/test_reversemap \
23 tools/qa/cppunit/test_stream \
24 tools/qa/cppunit/test_urlobj \
25 tools/qa/cppunit/test_color \
26 tools/qa/cppunit/test_rectangle \
29 $(eval $(call gb_CppunitTest_use_sdk_api,tools_test))
31 $(eval $(call gb_CppunitTest_use_libraries,tools_test, \
32 sal \
33 tl \
36 $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \
37 ooopathutils \
40 $(eval $(call gb_CppunitTest_set_include,tools_test,\
41 $$(INCLUDE) \
42 -I$(SRCDIR)/tools/inc \
45 # vim: set noet sw=4 ts=4: