# -*- 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,writerperfect_import)) $(eval $(call gb_CppunitTest_add_defs,writerperfect_import,\ -DTEST_DIR=\"writerperfect/qa/unit/data/import\" \ )) $(eval $(call gb_CppunitTest_use_sdk_api,writerperfect_import)) $(eval $(call gb_CppunitTest_use_libraries,writerperfect_import,\ comphelper \ cppu \ sal \ test \ unotest \ utl \ wpftqahelper \ $(gb_UWINAPI) \ )) $(eval $(call gb_CppunitTest_use_ure,writerperfect_import)) $(eval $(call gb_CppunitTest_use_vcl,writerperfect_import)) $(eval $(call gb_CppunitTest_use_rdb,writerperfect_import,services)) $(eval $(call gb_CppunitTest_use_configuration,writerperfect_import)) $(eval $(call gb_CppunitTest_add_exception_objects,writerperfect_import,\ writerperfect/qa/unit/ImportTest \ )) # vim: set noet sw=4 ts=4: tion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sc/Library_scqahelper.mk
AgeCommit message (Expand)Author
2014-10-10Adapt sorting unit tests for new default.Michael Meeks
2014-07-19add test for fdo#79305Markus Mohrhard
2014-02-12fdo#74825: fix missing lcms2/libxslt/curl in installation setsMichael Stahl
2013-12-18Use orcus csv parser to streamd data which has much less overhead.Kohei Yoshida
2013-10-28try to fix windows buildMarkus Mohrhard
2013-10-28add ODS export test for formattingsMarkus Mohrhard
2013-09-05sc: fix exports of scqahelper libraryMichael Stahl
2013-07-30Add test for exporting of chart to xls format.Kohei Yoshida
2013-07-09Attempt to fix windows link error.Kohei Yoshida
2013-07-09Additional blind fix to get the Windows visibility right.Jan Holesovsky
2013-07-09Blind attempt to fix Windows tinderboxes.Jan Holesovsky
2013-07-08Create a new library to store shared qa code for sc.Kohei Yoshida