1*b54fbe0bSDamjan Jovanovic#**************************************************************
2*b54fbe0bSDamjan Jovanovic#
3*b54fbe0bSDamjan Jovanovic#  Licensed to the Apache Software Foundation (ASF) under one
4*b54fbe0bSDamjan Jovanovic#  or more contributor license agreements.  See the NOTICE file
5*b54fbe0bSDamjan Jovanovic#  distributed with this work for additional information
6*b54fbe0bSDamjan Jovanovic#  regarding copyright ownership.  The ASF licenses this file
7*b54fbe0bSDamjan Jovanovic#  to you under the Apache License, Version 2.0 (the
8*b54fbe0bSDamjan Jovanovic#  "License"); you may not use this file except in compliance
9*b54fbe0bSDamjan Jovanovic#  with the License.  You may obtain a copy of the License at
10*b54fbe0bSDamjan Jovanovic#
11*b54fbe0bSDamjan Jovanovic#    http://www.apache.org/licenses/LICENSE-2.0
12*b54fbe0bSDamjan Jovanovic#
13*b54fbe0bSDamjan Jovanovic#  Unless required by applicable law or agreed to in writing,
14*b54fbe0bSDamjan Jovanovic#  software distributed under the License is distributed on an
15*b54fbe0bSDamjan Jovanovic#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b54fbe0bSDamjan Jovanovic#  KIND, either express or implied.  See the License for the
17*b54fbe0bSDamjan Jovanovic#  specific language governing permissions and limitations
18*b54fbe0bSDamjan Jovanovic#  under the License.
19*b54fbe0bSDamjan Jovanovic#
20*b54fbe0bSDamjan Jovanovic#**************************************************************
21*b54fbe0bSDamjan Jovanovic
22*b54fbe0bSDamjan Jovanovic
23*b54fbe0bSDamjan Jovanovic$(eval $(call gb_GoogleTest_GoogleTest,MODULE_NAME))
24*b54fbe0bSDamjan Jovanovic
25*b54fbe0bSDamjan Jovanovic$(eval $(call gb_GoogleTest_add_exception_objects,MODULE_NAME, \
26*b54fbe0bSDamjan Jovanovic))
27*b54fbe0bSDamjan Jovanovic
28*b54fbe0bSDamjan Jovanovic$(eval $(call gb_GoogleTest_add_linked_libs,MODULE_NAME, \
29*b54fbe0bSDamjan Jovanovic    $(gb_STDLIBS) \
30*b54fbe0bSDamjan Jovanovic))
31*b54fbe0bSDamjan Jovanovic
32*b54fbe0bSDamjan Jovanovic$(eval $(call gb_GoogleTest_set_include,MODULE_NAME,\
33*b54fbe0bSDamjan Jovanovic	$$(INCLUDE) \
34*b54fbe0bSDamjan Jovanovic))
35*b54fbe0bSDamjan Jovanovic
36*b54fbe0bSDamjan Jovanovic# vim: set noet sw=4 ts=4:
37