2012-07-17 06:30:48 -05:00
|
|
|
#
|
|
|
|
# This file is part of the LibreOffice project.
|
|
|
|
#
|
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
#
|
|
|
|
|
2011-10-18 13:50:21 -05:00
|
|
|
$(eval $(call gb_CppunitTest_CppunitTest,basic_scanner))
|
|
|
|
|
|
|
|
$(eval $(call gb_CppunitTest_add_exception_objects,basic_scanner, \
|
|
|
|
basic/qa/cppunit/test_scanner \
|
|
|
|
))
|
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_library_objects,basic_scanner,sb))
|
2011-10-18 13:50:21 -05:00
|
|
|
|
|
|
|
# add a list of all needed libraries here
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_libraries,basic_scanner, \
|
2011-10-18 13:50:21 -05:00
|
|
|
comphelper \
|
|
|
|
cppu \
|
|
|
|
cppuhelper \
|
|
|
|
sal \
|
|
|
|
salhelper \
|
2012-11-22 05:26:52 -06:00
|
|
|
i18nisolang1 \
|
2011-10-18 13:50:21 -05:00
|
|
|
sb \
|
|
|
|
sot \
|
|
|
|
svl \
|
|
|
|
svt \
|
|
|
|
tl \
|
|
|
|
utl \
|
|
|
|
vcl \
|
2012-07-06 15:28:03 -05:00
|
|
|
xmlscript \
|
2012-09-26 16:45:28 -05:00
|
|
|
$(gb_UWINAPI) \
|
2011-10-18 13:50:21 -05:00
|
|
|
))
|
|
|
|
|
2012-12-11 17:07:09 -06:00
|
|
|
ifeq ($(OS),WNT)
|
2012-09-28 08:31:46 -05:00
|
|
|
$(eval $(call gb_CppunitTest_use_system_win32_libs,basic_scanner, \
|
2011-10-21 09:44:43 -05:00
|
|
|
oleaut32 \
|
|
|
|
))
|
|
|
|
endif
|
|
|
|
|
2011-10-18 13:50:21 -05:00
|
|
|
$(eval $(call gb_CppunitTest_set_include,basic_scanner,\
|
2012-03-05 12:02:10 -06:00
|
|
|
-I$(SRCDIR)/basic/source/inc \
|
|
|
|
-I$(SRCDIR)/basic/inc \
|
2011-10-18 13:50:21 -05:00
|
|
|
$$(INCLUDE) \
|
|
|
|
))
|