xref: /trunk/main/test/Package_inc.mk (revision 19ee18fd)
1be9e621aSdamjan#**************************************************************
2be9e621aSdamjan#
3be9e621aSdamjan#  Licensed to the Apache Software Foundation (ASF) under one
4be9e621aSdamjan#  or more contributor license agreements.  See the NOTICE file
5be9e621aSdamjan#  distributed with this work for additional information
6be9e621aSdamjan#  regarding copyright ownership.  The ASF licenses this file
7be9e621aSdamjan#  to you under the Apache License, Version 2.0 (the
8be9e621aSdamjan#  "License"); you may not use this file except in compliance
9be9e621aSdamjan#  with the License.  You may obtain a copy of the License at
10be9e621aSdamjan#
11be9e621aSdamjan#    http://www.apache.org/licenses/LICENSE-2.0
12be9e621aSdamjan#
13be9e621aSdamjan#  Unless required by applicable law or agreed to in writing,
14be9e621aSdamjan#  software distributed under the License is distributed on an
15be9e621aSdamjan#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16be9e621aSdamjan#  KIND, either express or implied.  See the License for the
17be9e621aSdamjan#  specific language governing permissions and limitations
18be9e621aSdamjan#  under the License.
19be9e621aSdamjan#
20be9e621aSdamjan#**************************************************************
21be9e621aSdamjan
22be9e621aSdamjan
23be9e621aSdamjan
24*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_Package,test_inc,$(SRCDIR)/test/inc))
25*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/gettestargument.hxx,test/gettestargument.hxx))
26*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/officeconnection.hxx,test/officeconnection.hxx))
27*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/oustringostreaminserter.hxx,test/oustringostreaminserter.hxx))
28*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/toabsolutefileurl.hxx,test/toabsolutefileurl.hxx))
29*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/uniquepipename.hxx,test/uniquepipename.hxx))
30*19ee18fdSDamjan Jovanovic$(eval $(call gb_Package_add_file,test_inc,inc/test/detail/testdllapi.hxx,test/detail/testdllapi.hxx))
31