blob: e334185bc7bf52420d266760def91ef2a9a3db59 [file] [log] [blame]
Xisco Fauli3e7c9022024-10-17 10:45:20 +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.
Xisco Fauli3e7c9022024-10-17 10:45:20 +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
12$(eval $(call sw_layoutwriter_test,4))
13
Stephan Bergmann5d3c7972026-01-26 08:29:05 +010014$(eval $(call gb_CppunitTest_add_arguments,sw_layoutwriter4, \
15 -env:arg-env=$(gb_Helper_LIBRARY_PATH_VAR)"$$$${$(gb_Helper_LIBRARY_PATH_VAR)+=$$$$$(gb_Helper_LIBRARY_PATH_VAR)}" \
16))
17
Xisco Fauli3e7c9022024-10-17 10:45:20 +020018# vim: set noet sw=4 ts=4: