diff options
author | Zdeněk Crhonek <zcrhonek@gmail.com> | 2018-07-07 08:35:59 +0200 |
---|---|---|
committer | Zdenek Crhonek <zcrhonek@gmail.com> | 2018-07-08 07:59:50 +0200 |
commit | 107af098311beafaadb343c5a3634389f56006a0 (patch) | |
tree | 60992b3954b1cefead64652c5ebdb9873f69bb55 /sc/UITest_options.mk | |
parent | 35bc6242f8ec22779144b4b1f3e876da239ddd85 (diff) |
uitest for bug tdf#117458
Change-Id: Ie6316a3b10567d0a291281a2358d4edfc5ab761c
Reviewed-on: https://gerrit.libreoffice.org/57107
Tested-by: Jenkins
Reviewed-by: Zdenek Crhonek <zcrhonek@gmail.com>
Diffstat (limited to 'sc/UITest_options.mk')
-rw-r--r-- | sc/UITest_options.mk | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sc/UITest_options.mk b/sc/UITest_options.mk new file mode 100644 index 000000000000..2869fb4a510e --- /dev/null +++ b/sc/UITest_options.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,options)) + +$(eval $(call gb_UITest_add_modules,options,$(SRCDIR)/sc/qa/uitest,\ + options/ \ +)) + +$(eval $(call gb_UITest_set_defs,options, \ + TDOC="$(SRCDIR)/sc/qa/uitest/calc_tests/data" \ +)) + +# vim: set noet sw=4 ts=4: |