blob: f27d28c50591c09cc3f763d37e532534fe7d8e85 [file] [log] [blame]
Zdeněk Crhonek3c744c62018-06-19 18:12:50 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#
Michael Meeksd037b812026-03-26 15:06:16 +00003# This file is part of the Collabora Office project.
Zdeněk Crhonek3c744c62018-06-19 18:12:50 +02004#
5# This Source Code Form is subject to the terms of the Mozilla Public
6# License, v. 2.0. If a copy of the MPL was not distributed with this
7# file, You can obtain one at http://mozilla.org/MPL/2.0/.
8#
9
10$(eval $(call gb_UITest_UITest,solver))
11
12$(eval $(call gb_UITest_add_modules,solver,$(SRCDIR)/sc/qa/uitest,\
13 solver/ \
14))
15
Stephan Bergmannfd97e652018-06-20 16:28:47 +020016# Disable bundled extensions with a hack, so that the alternative solver from --enable-ext-nlpsolver
17# does not kick in and cause the test's expectations to not be met:
Zdeněk Crhonek3c744c62018-06-19 18:12:50 +020018$(eval $(call gb_UITest_set_defs,solver, \
Xisco Fauli66484d62020-10-26 10:42:26 +010019 TDOC="$(SRCDIR)/sc/qa/uitest/data" \
Stephan Bergmannfd97e652018-06-20 16:28:47 +020020 BUNDLED_EXTENSIONS='$$$$BRAND_BASE_DIR/NONE' \
Zdeněk Crhonek3c744c62018-06-19 18:12:50 +020021))
22
Zdeněk Crhonek3c744c62018-06-19 18:12:50 +020023# vim: set noet sw=4 ts=4: