2011-08-09 12:12:48 -05:00
|
|
|
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
|
2007-07-09 05:56:41 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# This file is part of the LibreOffice project.
|
2011-04-15 12:27:06 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -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/.
|
2007-07-09 05:56:41 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# This file incorporates work covered by the following license notice:
|
2007-07-09 05:56:41 -05:00
|
|
|
#
|
2013-05-16 15:56:04 -05:00
|
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
|
|
# with this work for additional information regarding copyright
|
|
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
|
|
# except in compliance with the License. You may obtain a copy of
|
|
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
2007-07-09 05:56:41 -05:00
|
|
|
#
|
|
|
|
|
2012-02-20 09:39:59 -06:00
|
|
|
$(eval $(call gb_JunitTest_JunitTest,reportdesign_complex))
|
2007-07-09 05:56:41 -05:00
|
|
|
|
2011-04-26 12:12:53 -05:00
|
|
|
$(eval $(call gb_JunitTest_set_defs,reportdesign_complex,\
|
|
|
|
$$(DEFS) \
|
|
|
|
-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/reportdesign/qa/complex/reportdesign/test_documents \
|
|
|
|
))
|
|
|
|
|
2011-04-14 03:02:49 -05:00
|
|
|
$(eval $(call gb_JunitTest_add_sourcefiles,reportdesign_complex,\
|
|
|
|
reportdesign/qa/complex/reportdesign/ReportDesignerTest \
|
|
|
|
reportdesign/qa/complex/reportdesign/TestDocument \
|
|
|
|
reportdesign/qa/complex/reportdesign/FileURL \
|
|
|
|
))
|
2007-07-09 05:56:41 -05:00
|
|
|
|
2018-11-07 20:03:16 -06:00
|
|
|
$(eval $(call gb_JunitTest_use_unoapi_jars,reportdesign_complex))
|
2007-07-09 05:56:41 -05:00
|
|
|
|
2011-04-14 03:02:49 -05:00
|
|
|
$(eval $(call gb_JunitTest_add_classes,reportdesign_complex,\
|
|
|
|
complex.reportdesign.ReportDesignerTest \
|
|
|
|
))
|
2007-07-09 05:56:41 -05:00
|
|
|
|
2011-04-15 12:27:06 -05:00
|
|
|
# vim: set noet sw=4 ts=4:
|