adapt hwpfilter unittests to separate RdbTarget makefile requirement
[LibreOffice.git] / reportdesign / JunitTest_reportdesign_complex.mk
blob1fcf77fa5dc502be7d87d13ea4d33f90c939fa65
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
2 #*************************************************************************
4 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
6 # Copyright 2000, 2011 Oracle and/or its affiliates.
8 # OpenOffice.org - a multi-platform office productivity suite
10 # This file is part of OpenOffice.org.
12 # OpenOffice.org is free software: you can redistribute it and/or modify
13 # it under the terms of the GNU Lesser General Public License version 3
14 # only, as published by the Free Software Foundation.
16 # OpenOffice.org is distributed in the hope that it will be useful,
17 # but WITHOUT ANY WARRANTY; without even the implied warranty of
18 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 # GNU Lesser General Public License version 3 for more details
20 # (a copy is included in the LICENSE file that accompanied this code).
22 # You should have received a copy of the GNU Lesser General Public License
23 # version 3 along with OpenOffice.org. If not, see
24 # <http://www.openoffice.org/license.html>
25 # for a copy of the LGPLv3 License.
27 #*************************************************************************
29 $(eval $(call gb_JunitTest_JunitTest,reportdesign_complex,SRCDIR))
31 $(eval $(call gb_JunitTest_set_defs,reportdesign_complex,\
32 $$(DEFS) \
33 -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/reportdesign/qa/complex/reportdesign/test_documents \
36 $(eval $(call gb_JunitTest_add_sourcefiles,reportdesign_complex,\
37 reportdesign/qa/complex/reportdesign/ReportDesignerTest \
38 reportdesign/qa/complex/reportdesign/TestDocument \
39 reportdesign/qa/complex/reportdesign/FileURL \
42 $(eval $(call gb_JunitTest_add_jars,reportdesign_complex,\
43 $(OUTDIR)/bin/OOoRunner.jar \
44 $(OUTDIR)/bin/ridl.jar \
45 $(OUTDIR)/bin/test.jar \
46 $(OUTDIR)/bin/unoil.jar \
47 $(OUTDIR)/bin/jurt.jar \
50 $(eval $(call gb_JunitTest_add_classes,reportdesign_complex,\
51 complex.reportdesign.ReportDesignerTest \
54 # vim: set noet sw=4 ts=4: