2011-09-18 09:40:37 -05:00
|
|
|
#
|
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-09-18 09:40:37 -05:00
|
|
|
#
|
2013-04-24 11:14:03 -05:00
|
|
|
# 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/.
|
2011-09-18 09:40:37 -05:00
|
|
|
#
|
|
|
|
#
|
|
|
|
|
2012-02-20 09:39:59 -06:00
|
|
|
$(eval $(call gb_JunitTest_JunitTest,bean_complex))
|
2011-09-18 09:40:37 -05:00
|
|
|
|
2012-04-07 16:22:08 -05:00
|
|
|
$(eval $(call gb_JunitTest_use_jars,bean_complex,\
|
2012-08-17 04:02:49 -05:00
|
|
|
OOoRunner \
|
2020-03-26 09:04:47 -05:00
|
|
|
libreoffice \
|
2012-08-17 04:02:49 -05:00
|
|
|
test \
|
|
|
|
officebean \
|
2011-09-18 09:40:37 -05:00
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_JunitTest_add_sourcefiles,bean_complex,\
|
|
|
|
bean/qa/complex/bean/OOoBeanTest \
|
|
|
|
bean/qa/complex/bean/ScreenComparer \
|
|
|
|
bean/qa/complex/bean/WriterFrame \
|
|
|
|
))
|
|
|
|
|
|
|
|
$(eval $(call gb_JunitTest_add_classes,bean_complex,\
|
|
|
|
complex.bean.OOoBeanTest \
|
|
|
|
))
|