1*6795508bSDamjan Jovanovic############################################################### 2*6795508bSDamjan Jovanovic# 3*6795508bSDamjan Jovanovic# Licensed to the Apache Software Foundation (ASF) under one 4*6795508bSDamjan Jovanovic# or more contributor license agreements. See the NOTICE file 5*6795508bSDamjan Jovanovic# distributed with this work for additional information 6*6795508bSDamjan Jovanovic# regarding copyright ownership. The ASF licenses this file 7*6795508bSDamjan Jovanovic# to you under the Apache License, Version 2.0 (the 8*6795508bSDamjan Jovanovic# "License"); you may not use this file except in compliance 9*6795508bSDamjan Jovanovic# with the License. You may obtain a copy of the License at 10*6795508bSDamjan Jovanovic# 11*6795508bSDamjan Jovanovic# http://www.apache.org/licenses/LICENSE-2.0 12*6795508bSDamjan Jovanovic# 13*6795508bSDamjan Jovanovic# Unless required by applicable law or agreed to in writing, 14*6795508bSDamjan Jovanovic# software distributed under the License is distributed on an 15*6795508bSDamjan Jovanovic# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*6795508bSDamjan Jovanovic# KIND, either express or implied. See the License for the 17*6795508bSDamjan Jovanovic# specific language governing permissions and limitations 18*6795508bSDamjan Jovanovic# under the License. 19*6795508bSDamjan Jovanovic# 20*6795508bSDamjan Jovanovic############################################################### 21*6795508bSDamjan Jovanovic 22*6795508bSDamjan Jovanovic 23*6795508bSDamjan Jovanovic 24*6795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_JunitTest,sc_unoapi,SRCDIR)) 25*6795508bSDamjan Jovanovic 26*6795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_set_defs,sc_unoapi,\ 27*6795508bSDamjan Jovanovic $$(DEFS) \ 28*6795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.sce=$(SRCDIR)/sc/qa/unoapi/sc.sce \ 29*6795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.xcl=$(SRCDIR)/sc/qa/unoapi/knownissues.xcl \ 30*6795508bSDamjan Jovanovic -Dorg.openoffice.test.arg.tdoc=$(SRCDIR)/sc/qa/unoapi/testdocuments \ 31*6795508bSDamjan Jovanovic)) 32*6795508bSDamjan Jovanovic 33*6795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_jars,sc_unoapi,\ 34*6795508bSDamjan Jovanovic $(OUTDIR)/bin/OOoRunner.jar \ 35*6795508bSDamjan Jovanovic $(OUTDIR)/bin/ridl.jar \ 36*6795508bSDamjan Jovanovic $(OUTDIR)/bin/test.jar \ 37*6795508bSDamjan Jovanovic)) 38*6795508bSDamjan Jovanovic 39*6795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_sourcefiles,sc_unoapi,\ 40*6795508bSDamjan Jovanovic sc/qa/unoapi/Test \ 41*6795508bSDamjan Jovanovic)) 42*6795508bSDamjan Jovanovic 43*6795508bSDamjan Jovanovic$(eval $(call gb_JunitTest_add_classes,sc_unoapi,\ 44*6795508bSDamjan Jovanovic org.openoffice.sc.qa.unoapi.Test \ 45*6795508bSDamjan Jovanovic)) 46*6795508bSDamjan Jovanovic 47*6795508bSDamjan Jovanovic# vim: set noet sw=4 ts=4: 48