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