| Zdeněk Crhonek | 3c744c6 | 2018-06-19 18:12:50 +0200 | [diff] [blame] | 1 | # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- |
| 2 | # |
| Michael Meeks | d037b81 | 2026-03-26 15:06:16 +0000 | [diff] [blame] | 3 | # This file is part of the Collabora Office project. |
| Zdeněk Crhonek | 3c744c6 | 2018-06-19 18:12:50 +0200 | [diff] [blame] | 4 | # |
| 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 Bergmann | fd97e65 | 2018-06-20 16:28:47 +0200 | [diff] [blame] | 16 | # 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 Crhonek | 3c744c6 | 2018-06-19 18:12:50 +0200 | [diff] [blame] | 18 | $(eval $(call gb_UITest_set_defs,solver, \ |
| Xisco Fauli | 66484d6 | 2020-10-26 10:42:26 +0100 | [diff] [blame] | 19 | TDOC="$(SRCDIR)/sc/qa/uitest/data" \ |
| Stephan Bergmann | fd97e65 | 2018-06-20 16:28:47 +0200 | [diff] [blame] | 20 | BUNDLED_EXTENSIONS='$$$$BRAND_BASE_DIR/NONE' \ |
| Zdeněk Crhonek | 3c744c6 | 2018-06-19 18:12:50 +0200 | [diff] [blame] | 21 | )) |
| 22 | |
| Zdeněk Crhonek | 3c744c6 | 2018-06-19 18:12:50 +0200 | [diff] [blame] | 23 | # vim: set noet sw=4 ts=4: |