diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2017-12-30 11:03:53 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2018-01-27 20:34:55 +0100 |
commit | 498deef48de6605193268fb8328fec1053c4ed3c (patch) | |
tree | 5b17f7b485d0f29ec96e21863db77f9143731092 /sc/UITest_calc_tests.mk | |
parent | de9bcd167b059e00818304626c0cadaa330738a4 (diff) |
uitest for tdf#81351
Change-Id: Ieb9ea4d7c1ed9a65396046ea388bf9f6c3975a83
Reviewed-on: https://gerrit.libreoffice.org/47190
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/UITest_calc_tests.mk')
-rw-r--r-- | sc/UITest_calc_tests.mk | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sc/UITest_calc_tests.mk b/sc/UITest_calc_tests.mk new file mode 100644 index 000000000000..c9a4e5c3f44b --- /dev/null +++ b/sc/UITest_calc_tests.mk @@ -0,0 +1,15 @@ +# -*- 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,calc_tests)) + +$(eval $(call gb_UITest_add_modules,calc_tests,$(SRCDIR)/sc/qa/uitest,\ + calc_tests/ \ +)) +# vim: set noet sw=4 ts=4: |