16795508bSDamjan Jovanovic############################################################### 26795508bSDamjan Jovanovic# 36795508bSDamjan Jovanovic# Licensed to the Apache Software Foundation (ASF) under one 46795508bSDamjan Jovanovic# or more contributor license agreements. See the NOTICE file 56795508bSDamjan Jovanovic# distributed with this work for additional information 66795508bSDamjan Jovanovic# regarding copyright ownership. The ASF licenses this file 76795508bSDamjan Jovanovic# to you under the Apache License, Version 2.0 (the 86795508bSDamjan Jovanovic# "License"); you may not use this file except in compliance 96795508bSDamjan Jovanovic# with the License. You may obtain a copy of the License at 106795508bSDamjan Jovanovic# 116795508bSDamjan Jovanovic# http://www.apache.org/licenses/LICENSE-2.0 126795508bSDamjan Jovanovic# 136795508bSDamjan Jovanovic# Unless required by applicable law or agreed to in writing, 146795508bSDamjan Jovanovic# software distributed under the License is distributed on an 156795508bSDamjan Jovanovic# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 166795508bSDamjan Jovanovic# KIND, either express or implied. See the License for the 176795508bSDamjan Jovanovic# specific language governing permissions and limitations 186795508bSDamjan Jovanovic# under the License. 196795508bSDamjan Jovanovic# 206795508bSDamjan Jovanovic############################################################### 216795508bSDamjan Jovanovic 226795508bSDamjan Jovanovic 236795508bSDamjan Jovanovic 246795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_JunitTest,sc_unoapi,SRCDIR)) 256795508bSDamjan Jovanovic 266795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_set_defs,sc_unoapi,\ 276795508bSDamjan Jovanovic $$(DEFS) \ 286795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sc/qa/unoapi/sc.sce \ 296795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sc/qa/unoapi/knownissues.xcl \ 306795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sc/qa/unoapi/testdocuments \ 316795508bSDamjan Jovanovic)) 326795508bSDamjan Jovanovic 336795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_jars,sc_unoapi,\ 346795508bSDamjan Jovanovic $(OUTDIR)/bin/OOoRunner.jar \ 356795508bSDamjan Jovanovic $(OUTDIR)/bin/ridl.jar \ 366795508bSDamjan Jovanovic $(OUTDIR)/bin/test.jar \ 37*a0d7755eSDamjan Jovanovic $(OUTDIR)/bin/juh.jar \ 386795508bSDamjan Jovanovic)) 396795508bSDamjan Jovanovic 406795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_sourcefiles,sc_unoapi,\ 416795508bSDamjan Jovanovic sc/qa/unoapi/Test \ 426795508bSDamjan Jovanovic)) 436795508bSDamjan Jovanovic 446795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_classes,sc_unoapi,\ 456795508bSDamjan Jovanovic org.openoffice.sc.qa.unoapi.Test \ 466795508bSDamjan Jovanovic)) 476795508bSDamjan Jovanovic 486795508bSDamjan Jovanovic# vim: set noet sw=4 ts=4: 49