blob: 278abc67de759a5fe3e16c87200ded439a51a417 [file] [log] [blame]
Xisco Faulif41701a2024-11-18 12:27:39 +01001# -*- 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.
Xisco Faulif41701a2024-11-18 12:27:39 +01005#
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_layoutwriter_test,5))
13
Stephan Bergmann6f2c4ee2025-11-21 17:29:40 +010014$(eval $(call gb_CppunitTest_add_arguments,sw_layoutwriter5, \
15 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
16))
17
Xisco Faulif41701a2024-11-18 12:27:39 +010018# vim: set noet sw=4 ts=4: