# -*- 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,tools_test)) $(eval $(call gb_CppunitTest_use_external,tools_test,boost_headers)) $(eval $(call gb_CppunitTest_add_exception_objects,tools_test, \ tools/qa/cppunit/test_bigint \ tools/qa/cppunit/test_date \ tools/qa/cppunit/test_fract \ tools/qa/cppunit/test_inetmime \ tools/qa/cppunit/test_pathutils \ tools/qa/cppunit/test_reversemap \ tools/qa/cppunit/test_stream \ tools/qa/cppunit/test_urlobj \ tools/qa/cppunit/test_color \ tools/qa/cppunit/test_rectangle \ )) $(eval $(call gb_CppunitTest_use_sdk_api,tools_test)) $(eval $(call gb_CppunitTest_use_libraries,tools_test, \ sal \ tl \ )) $(eval $(call gb_CppunitTest_use_static_libraries,tools_test, \ ooopathutils \ )) $(eval $(call gb_CppunitTest_set_include,tools_test,\ $$(INCLUDE) \ -I$(SRCDIR)/tools/inc \ )) # vim: set noet sw=4 ts=4: ='distro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cui/qa
AgeCommit message (Expand)Author
2017-02-12Various typos on accessibleJulien Nabet
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann
2016-11-21Re-apply "split cui screenshot test in manageable pieces""Norbert Thiebaud
2016-11-20Revert "split cui screenshot test in manageable pieces"Julien Nabet
2016-11-20split cui screenshot test in manageable piecesNorbert Thiebaud
2016-11-15Fix typosSamuel Mehrbrodt
2016-11-10'make screenshot' use-after-free fixesStephan Bergmann
2016-11-10'make screenshot' loplugin fixesStephan Bergmann
2016-08-18screenshots: fix Linux, exclude a few crashing dialogsArmin Le Grand
2016-08-18screenshots: unify dumping of dialog test batch fileArmin Le Grand
2016-08-18screenshots: add dialog test cases for chart2Armin Le Grand
2016-08-18screenshots: add dialog test cases for cuiArmin Le Grand