summaryrefslogtreecommitdiff
path: root/svgio/Module_svgio.mk
blob: 26b659f59991b066f7bc0da5a371c70f9d94f3b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# 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/.
#
# This file incorporates work covered by the following license notice:
#
#   Licensed to the Apache Software Foundation (ASF) under one or more
#   contributor license agreements. See the NOTICE file distributed
#   with this work for additional information regarding copyright
#   ownership. The ASF licenses this file to you under the Apache
#   License, Version 2.0 (the "License"); you may not use this file
#   except in compliance with the License. You may obtain a copy of
#   the License at http://www.apache.org/licenses/LICENSE-2.0 .
#

$(eval $(call gb_Module_Module,svgio))

$(eval $(call gb_Module_add_targets,svgio,\
    Library_svgio \
))

$(eval $(call gb_Module_add_check_targets,svgio,\
    CppunitTest_svgio \
    CppunitTest_svgio_read \
))

# vim: set noet ts=4 sw=4:
t keys accessibleHeiko Tietze 2021-12-01uitest: fix license headersXisco Fauli 2021-11-18uitest: sc: remove duplicated test with the same nameXisco 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-14tdf#126678 - Consider "Include formats" option during sortAndreas Heinisch 2021-03-21select_by_text helper method for uitestsNoel Grandin 2021-02-18tdf#51828: uitest: add comment to existing testXisco Fauli 2021-02-18tdf#57465: sc: Add UItestXisco Fauli 2021-02-18tdf#100517: sc: Add UItestXisco Fauli 2021-02-17tdf#105301: sc: Add UItestXisco Fauli 2021-02-16uitest: sc: move these tests to 'sort' folderXisco Fauli 2021-01-14uitest: sc: factor out common code ( part 2 )Xisco Fauli 2018-12-31uitest for bug tdf#49531 tdf#49520Zdeněk Crhonek