blob: 9f222357b0bb63de88b248da9eead8b621835bd6 [file] [log] [blame]
Justin Luthbfcd952d2020-12-15 10:01:03 +03001# -*- 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.
Justin Luthbfcd952d2020-12-15 10:01:03 +03005#
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
12$(eval $(call sw_ooxmlexport_test,16))
13
Mike Kaganski3637c222024-01-07 12:40:48 +060014$(eval $(call gb_CppunitTest_use_custom_headers,sw_ooxmlexport16,\
15 officecfg/registry \
16))
17
Justin Luthbfcd952d2020-12-15 10:01:03 +030018# vim: set noet sw=4 ts=4: