summaryrefslogtreecommitdiff
path: root/sw/UITest_sw_navigator.mk
blob: 270ca6a9844a66b6b2c1513107a941a8677e87bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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,sw_navigator))

$(eval $(call gb_UITest_add_modules,sw_navigator,$(SRCDIR)/sw/qa/uitest,\
	navigator/ \
))

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

$(eval $(call gb_UITest_use_oneprocess,sw_navigator))

# vim: set noet sw=4 ts=4:
0dcaff6043e1f24ce0fa354dff80a86e40622247'>WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-12WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara 2024-05-09loplugin:ostr in jvmfwkNoel Grandin 2024-05-03makefile simplification: replace $(call gb_CustomTarget_get_workdir,foo)Christian Lohmaier 2024-03-21Tie javac -g option to --enable-symbols instead of gb_DEBUGLEVELStephan Bergmann 2024-03-08use more string_viewNoel Grandin 2024-03-06Use less boost_headers in low level librariesGabor Kelemen 2023-11-20Extended loplugin:ostr: jvmfwkStephan Bergmann 2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: jvmfwkStephan Bergmann 2023-06-27loplugin:stringstatic look for more stringsNoel Grandin 2023-06-21Allow bootstrap variables in Java user classpath settings, 2nd trySamuel Mehrbrodt 2023-06-08Revert "Allow bootstrap variables in Java user classpath settings"Samuel Mehrbrodt 2023-05-25Allow bootstrap variables in Java user classpath settingsSamuel Mehrbrodt 2023-04-11accept aarch64 JDK for win/aarch64Christian Lohmaier 2023-03-30loplugin:stringadd in variousNoel Grandin 2023-03-14elide some temporary OStringsNoel Grandin