# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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/. # $(eval $(call gb_CppunitTest_CppunitTest,svx_unit)) $(eval $(call gb_CppunitTest_use_externals,svx_unit,\ boost_headers \ libxml2 \ )) $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit)) $(eval $(call gb_CppunitTest_set_include,svx_unit,\ -I$(SRCDIR)/svx/source/inc \ -I$(SRCDIR)/svx/inc \ $$(INCLUDE) \ )) $(eval $(call gb_CppunitTest_add_exception_objects,svx_unit, \ svx/qa/unit/svdraw/test_SdrTextObject \ svx/qa/unit/customshapes \ svx/qa/unit/classicshapes \ svx/qa/unit/sdr \ svx/qa/unit/svdraw \ svx/qa/unit/unodraw \ svx/qa/unit/xoutdev \ svx/qa/unit/XTableImportExportTest \ )) $(eval $(call gb_CppunitTest_use_libraries,svx_unit, \ basegfx \ drawinglayer \ sal \ sfx \ svxcore \ svx \ tl \ unotest \ vcl \ utl \ comphelper \ cppuhelper \ cppu \ test \ unotest \ )) $(eval $(call gb_CppunitTest_use_sdk_api,svx_unit)) $(eval $(call gb_CppunitTest_use_ure,svx_unit)) $(eval $(call gb_CppunitTest_use_vcl,svx_unit)) $(eval $(call gb_CppunitTest_use_rdb,svx_unit,services)) $(eval $(call gb_CppunitTest_use_configuration,svx_unit)) # vim: set noet sw=4 ts=4: ro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basic/qa
AgeCommit message (Expand)Author
2012-09-17These tests do not need the UCBStephan Bergmann
2012-07-18re-base on ALv2 code. Includes:Michael Meeks
2012-07-05make unoCheckStruct uglier but detect unfixed type assignment + add new testsNoel Power
2012-07-05fix missing makefile, also add a further test to test_nested_struct.cxxNoel Power
2012-07-05split out some common basic test stuff, add intial nested struct testNoel Power
2012-06-27targetted re-work of cppunit pieces.Michael Meeks
2012-05-14add missing licence ( populated from TEMPLATE.SOURCECODE.HEADER )Noel Power
2012-05-14add simple basic runtime testNoel Power
2012-05-14simple compile test for use of 'Enable' in a Dim statementNoel Power