blob: 240479a5ab088813a29a1edc7236441049bf37da [file] [log] [blame]
Michael Meeksd037b812026-03-26 15:06:16 +00001# This file is part of the Collabora Office project.
Aritz Erkiagac8598f22021-03-25 09:25:27 +01002#
3# This Source Code Form is subject to the terms of the Mozilla Public
4# License, v. 2.0. If a copy of the MPL was not distributed with this
5# file, You can obtain one at http://mozilla.org/MPL/2.0/.
6#
7
8$(eval $(call gb_UITest_UITest,sw_chart))
9
10$(eval $(call gb_UITest_add_modules,sw_chart,$(SRCDIR)/sw/qa/uitest,\
11 chart/ \
12))
Miklos Vajna31b365d2023-04-12 08:24:12 +020013
Miklos Vajna31b365d2023-04-12 08:24:12 +020014# vim: set noet sw=4 ts=4: