summaryrefslogtreecommitdiff
path: root/l10ntools/Executable_idxdict.mk
blob: bdc4353ca06e0f7d8bcad19840380235cc7006fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- 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_Executable_Executable,idxdict))

$(eval $(call gb_Executable_add_exception_objects,idxdict,\
	l10ntools/source/idxdict/idxdict \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
UnittestXisco Fauli 2022-02-10tdf#126577: sc: move UItest to CppUnittestXisco Fauli 2021-12-16tdf#126565: sc: Add UItestXisco Fauli 2021-12-14uitest: sc: Add test for the import xml source dialogXisco Fauli 2021-12-01uitest: fix license headersXisco Fauli 2021-09-13uitest: combine execute_modeless_dialog_through_command methodsXisco Fauli 2021-09-13uitest: guard execute_modeless_dialog_through_command in scXisco Fauli 2021-07-12uitest: sc: move textToColumns tests to their own folderXisco Fauli 2021-06-30uitest: combine create_doc_in_start_center methodsXisco Fauli 2021-06-30uitest: guard create_doc_in_start_center in scXisco Fauli 2021-06-29uitest: combine execute_dialog_through_command methodsXisco Fauli 2021-06-29uitest: guard execute_dialog_through_command in scXisco Fauli 2021-06-27uitest: remove duplicated calls to get_component()Xisco Fauli 2021-06-24Revert "uitest: guard create_doc_in_start_center"Xisco Fauli 2021-06-22uitest: guard create_doc_in_start_centerXisco Fauli 2021-06-22uitest: guard load_fileXisco Fauli 2021-04-08tdf#132293 removed all the unused imports from the folder swVatsal32 2021-03-21select_by_text helper method for uitestsNoel Grandin 2021-03-12tdf#105268: sc: move UItest to CppUnittestXisco Fauli 2021-03-04tdf#116215 sc: move UItest to CppunitTestViKrAm-Bais 2021-03-01tdf#116421: sc: move UItest to CppunitTestXisco Fauli 2021-02-16uitest: sc: move these tests to 'sort' folderXisco Fauli 2021-01-27tdf#126577: sc: Add UItestXisco Fauli 2021-01-21tdf#118207: tdf#118189: sc: Move UItest to CppUnitTestXisco Fauli 2021-01-14uitest: sc: factor out common code ( part 2 )Xisco Fauli 2021-01-12uitest: sc: factor out common code ( part 1 )Xisco Fauli 2020-10-24uitest: sc: get_url_for_data_file -> pathlib.PathXisco Fauli 2020-04-08Make SalInstance::CreateClipboard return a single instance in the non-LOK caseStephan Bergmann 2020-01-01explicit uitest for uno:DataFormCaolán McNamara 2019-07-03UI tests opening all dialogs in calc and see if it crashesArtur Neumann 2019-04-14weld ScConsolidateDlgCaolán McNamara 2019-03-04Fix some UITests to use copies of SRCDIR documentsStephan Bergmann 2018-10-02tdf#120174 : Always copy mbValueCached flag in Assign()Dennis Francis 2018-09-13More temp copies of test docs in Python/UITestsStephan Bergmann 2018-06-22uitest for bug tdf#118189Zdeněk Crhonek 2018-06-04uitest / Calc consolidate;one more testZdeněk Crhonek 2018-06-02uitest - Calc consolidateZdeněk Crhonek 2018-06-01UITest_calc_tests: split this into 4 partsMiklos Vajna