diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-07-09 15:20:00 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2021-07-12 12:54:19 +0200 |
commit | 6eedac6b19f3dcad46f2ca2b9ccb02b490b60ce9 (patch) | |
tree | 9d7a5e338e71eae567ffa6b66d13ca73685f318a /sc/UITest_textToColumns.mk | |
parent | 04c7c90fe886c5fcebd52f727ff8b4edb840ad32 (diff) |
uitest: sc: move textToColumns tests to their own folder
Change-Id: I20742a89544859f397c8ae45db0c91f4abe1e940
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/118687
Tested-by: Xisco Fauli <xiscofauli@libreoffice.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'sc/UITest_textToColumns.mk')
-rw-r--r-- | sc/UITest_textToColumns.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_textToColumns.mk b/sc/UITest_textToColumns.mk new file mode 100644 index 000000000000..6a448b16c987 --- /dev/null +++ b/sc/UITest_textToColumns.mk @@ -0,0 +1,20 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- +# +# This file is part of the LibreOffice project. +# +# This Source Code Form is subject to the terms of the Mozilla Public +# License, v. 2.0. If a copy of the MPL was not distributed with this +# file, You can obtain one at http://mozilla.org/MPL/2.0/. +# + +$(eval $(call gb_UITest_UITest,textToColumns)) + +$(eval $(call gb_UITest_add_modules,textToColumns,$(SRCDIR)/sc/qa/uitest,\ + textToColumns/ \ +)) + +$(eval $(call gb_UITest_set_defs,textToColumns, \ + TDOC="$(SRCDIR)/sc/qa/uitest/data" \ +)) + +# vim: set noet sw=4 ts=4: |