summaryrefslogtreecommitdiff
path: root/sc/UITest_manual_tests.mk
blob: 94089544d98e9356bdf9247d3ee081c3a4d2597a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -*- 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_UITest_UITest,manual_tests))

$(eval $(call gb_UITest_add_modules,manual_tests,$(SRCDIR)/sc/qa/uitest,\
	manual_tests/ \
))

$(eval $(call gb_UITest_set_defs,manual_tests, \
    TDOC="$(SRCDIR)/sc/qa/uitest/data" \
))

# vim: set noet sw=4 ts=4:
'>Noel Grandin 2015-07-27remove some unused definesNoel Grandin 2015-07-22online update: Fix many warnings.Jan Holesovsky 2015-07-22online update tdf#68274: fix --enable-online-update=mar on WindowsNathan Yee 2015-07-03online update: Make the 'updater' build & link at least on Linux.Jan Holesovsky 2015-07-03online update: Add the bzip2 external.Nathan Yee 2015-07-03online update: Remove unneeded files.Nathan Yee 2015-06-29online update: Configure switch --enable-online-update=marJan Holesovsky 2015-06-29online update: Add updater executable build supportNathan Yee 2015-06-29online update: Add mar executable build supportNathan Yee 2015-06-29online update: Add preliminary support for creating MAR librariesNathan Yee 2015-06-29online update: MAR-based online update - initial import from Mozilla.Jan Holesovsky