15c06146fSDamjan Jovanovic#**************************************************************
25c06146fSDamjan Jovanovic#
35c06146fSDamjan Jovanovic#  Licensed to the Apache Software Foundation (ASF) under one
45c06146fSDamjan Jovanovic#  or more contributor license agreements.  See the NOTICE file
55c06146fSDamjan Jovanovic#  distributed with this work for additional information
65c06146fSDamjan Jovanovic#  regarding copyright ownership.  The ASF licenses this file
75c06146fSDamjan Jovanovic#  to you under the Apache License, Version 2.0 (the
85c06146fSDamjan Jovanovic#  "License"); you may not use this file except in compliance
95c06146fSDamjan Jovanovic#  with the License.  You may obtain a copy of the License at
105c06146fSDamjan Jovanovic#
115c06146fSDamjan Jovanovic#    http://www.apache.org/licenses/LICENSE-2.0
125c06146fSDamjan Jovanovic#
135c06146fSDamjan Jovanovic#  Unless required by applicable law or agreed to in writing,
145c06146fSDamjan Jovanovic#  software distributed under the License is distributed on an
155c06146fSDamjan Jovanovic#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
165c06146fSDamjan Jovanovic#  KIND, either express or implied.  See the License for the
175c06146fSDamjan Jovanovic#  specific language governing permissions and limitations
185c06146fSDamjan Jovanovic#  under the License.
195c06146fSDamjan Jovanovic#
205c06146fSDamjan Jovanovic#**************************************************************
215c06146fSDamjan Jovanovic
225c06146fSDamjan Jovanovic
235c06146fSDamjan Jovanovic
245c06146fSDamjan Jovanovic$(eval $(call gb_JunitTest_JunitTest,vcl_complex_memCheck,SRCDIR))
255c06146fSDamjan Jovanovic
265c06146fSDamjan Jovanovic$(eval $(call gb_JunitTest_set_defs,vcl_complex_memCheck,\
275c06146fSDamjan Jovanovic	$$(DEFS) \
285c06146fSDamjan Jovanovic	-Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/vcl/qa/complex/memCheck/testdocuments \
295c06146fSDamjan Jovanovic	-Dorg.openoffice.test.arg.properties=$(SRCDIR)/vcl/qa/complex/memCheck/CheckMemoryUsage.props \
305c06146fSDamjan Jovanovic))
315c06146fSDamjan Jovanovic
325c06146fSDamjan Jovanovic$(eval $(call gb_JunitTest_add_jars,vcl_complex_memCheck,\
335c06146fSDamjan Jovanovic	$(OUTDIR)/bin/OOoRunner.jar \
345c06146fSDamjan Jovanovic	$(OUTDIR)/bin/ridl.jar \
355c06146fSDamjan Jovanovic	$(OUTDIR)/bin/test.jar \
365c06146fSDamjan Jovanovic	$(OUTDIR)/bin/unoil.jar \
37*02bf46daSDamjan Jovanovic	$(OUTDIR)/bin/juh.jar \
385c06146fSDamjan Jovanovic))
395c06146fSDamjan Jovanovic
405c06146fSDamjan Jovanovic$(eval $(call gb_JunitTest_add_sourcefiles,vcl_complex_memCheck,\
415c06146fSDamjan Jovanovic	vcl/qa/complex/memCheck/CheckMemoryUsage \
425c06146fSDamjan Jovanovic	vcl/qa/complex/memCheck/FileHelper \
435c06146fSDamjan Jovanovic	vcl/qa/complex/memCheck/TestDocument \
445c06146fSDamjan Jovanovic))
455c06146fSDamjan Jovanovic
465c06146fSDamjan Jovanovic$(eval $(call gb_JunitTest_add_classes,vcl_complex_memCheck,\
475c06146fSDamjan Jovanovic	complex.memCheck.CheckMemoryUsage \
485c06146fSDamjan Jovanovic))
495c06146fSDamjan Jovanovic
505c06146fSDamjan Jovanovic# vim: set noet sw=4 ts=4:
51