Drop obsolete variable strings
[LibreOffice.git] / uitest / UITest_writer_demo1.mk
blobe951e4ad2b9d6613f3dbd247d923f868693906ac
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_UITest_UITest,writer_demo1))
12 $(eval $(call gb_UITest_add_modules,writer_demo1,$(SRCDIR)/uitest,\
13 writer_tests1/ \
16 $(eval $(call gb_UITest_set_defs,writer_demo1, \
17 TDOC="$(SRCDIR)/uitest/writer_tests/data" \
20 # vim: set noet sw=4 ts=4: