1###############################################################
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20###############################################################
21
22
23
24$(eval $(call gb_JunitTest_JunitTest,package_complex_storages,SRCDIR))
25
26$(eval $(call gb_JunitTest_set_defs,package_complex_storages,\
27	$$(DEFS) \
28))
29
30$(eval $(call gb_JunitTest_add_jars,package_complex_storages,\
31	$(OUTDIR)/bin/OOoRunner.jar \
32	$(OUTDIR)/bin/ridl.jar \
33	$(OUTDIR)/bin/test.jar \
34	$(OUTDIR)/bin/unoil.jar \
35	$(OUTDIR)/bin/jurt.jar \
36	$(OUTDIR)/bin/juh.jar \
37))
38
39$(eval $(call gb_JunitTest_add_sourcefiles,package_complex_storages,\
40	package/qa/storages/BorderedStream \
41	package/qa/storages/RegressionTest_114358 \
42	package/qa/storages/RegressionTest_125919 \
43	package/qa/storages/RegressionTest_i26398 \
44	package/qa/storages/RegressionTest_i27773 \
45	package/qa/storages/RegressionTest_i29169 \
46	package/qa/storages/RegressionTest_i29321 \
47	package/qa/storages/RegressionTest_i30400 \
48	package/qa/storages/RegressionTest_i30677 \
49	package/qa/storages/RegressionTest_i35095 \
50	package/qa/storages/RegressionTest_i46848 \
51	package/qa/storages/RegressionTest_i49755 \
52	package/qa/storages/RegressionTest_i55821 \
53	package/qa/storages/RegressionTest_i59886 \
54	package/qa/storages/RegressionTest_i61909 \
55	package/qa/storages/RegressionTest_i84234 \
56	package/qa/storages/StorageTest \
57	package/qa/storages/StorageUnitTest \
58	package/qa/storages/Test01 \
59	package/qa/storages/Test02 \
60	package/qa/storages/Test03 \
61	package/qa/storages/Test04 \
62	package/qa/storages/Test05 \
63	package/qa/storages/Test06 \
64	package/qa/storages/Test07 \
65	package/qa/storages/Test08 \
66	package/qa/storages/Test09 \
67	package/qa/storages/Test10 \
68	package/qa/storages/Test11 \
69	package/qa/storages/Test12 \
70	package/qa/storages/Test13 \
71	package/qa/storages/Test14 \
72	package/qa/storages/Test15 \
73	package/qa/storages/Test16 \
74	package/qa/storages/Test17 \
75	package/qa/storages/Test18 \
76	package/qa/storages/TestHelper \
77))
78
79$(eval $(call gb_JunitTest_add_classes,package_complex_storages,\
80	complex.storages.StorageUnitTest \
81))
82
83# vim: set noet sw=4 ts=4:
84