blob: 560849565ae2c8a98f45af04f603cb145bd5433a [file] [log] [blame]
Miklos Vajnafa681d42015-04-27 07:41:47 +02001# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2#*************************************************************************
3#
Michael Meeksd037b812026-03-26 15:06:16 +00004# This file is part of the Collabora Office project.
Miklos Vajnafa681d42015-04-27 07:41:47 +02005#
6# This Source Code Form is subject to the terms of the Mozilla Public
7# License, v. 2.0. If a copy of the MPL was not distributed with this
8# file, You can obtain one at http://mozilla.org/MPL/2.0/.
9#
10#*************************************************************************
11
Miklos Vajnafa681d42015-04-27 07:41:47 +020012$(eval $(call sw_ooxmlexport_test,6))
13
Xisco Faulie97c77d2024-03-07 13:50:31 +010014ifneq ($(filter MORE_FONTS,$(BUILD_TYPE)),)
15$(eval $(call gb_CppunitTest_set_non_application_font_use,sw_ooxmlexport6,abort))
16endif
17
Miklos Vajnafa681d42015-04-27 07:41:47 +020018# vim: set noet sw=4 ts=4: