15f907015Sdamjan############################################################### 25f907015Sdamjan# 35f907015Sdamjan# Licensed to the Apache Software Foundation (ASF) under one 45f907015Sdamjan# or more contributor license agreements. See the NOTICE file 55f907015Sdamjan# distributed with this work for additional information 65f907015Sdamjan# regarding copyright ownership. The ASF licenses this file 75f907015Sdamjan# to you under the Apache License, Version 2.0 (the 85f907015Sdamjan# "License"); you may not use this file except in compliance 95f907015Sdamjan# with the License. You may obtain a copy of the License at 105f907015Sdamjan# 115f907015Sdamjan# http://www.apache.org/licenses/LICENSE-2.0 125f907015Sdamjan# 135f907015Sdamjan# Unless required by applicable law or agreed to in writing, 145f907015Sdamjan# software distributed under the License is distributed on an 155f907015Sdamjan# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 165f907015Sdamjan# KIND, either express or implied. See the License for the 175f907015Sdamjan# specific language governing permissions and limitations 185f907015Sdamjan# under the License. 195f907015Sdamjan# 205f907015Sdamjan############################################################### 215f907015Sdamjan 225f907015Sdamjan 235f907015Sdamjan$(eval $(call gb_GoogleTest_GoogleTest,o3tl_test)) 245f907015Sdamjan 255f907015Sdamjan$(eval $(call gb_GoogleTest_add_exception_objects,o3tl_test, \ 265f907015Sdamjan o3tl/qa/cow_wrapper_clients \ 275f907015Sdamjan o3tl/qa/main \ 285f907015Sdamjan o3tl/qa/test-cow_wrapper \ 295f907015Sdamjan o3tl/qa/test-vector_pool \ 305f907015Sdamjan o3tl/qa/test-heap_ptr \ 315f907015Sdamjan o3tl/qa/test-range \ 325f907015Sdamjan)) 335f907015Sdamjan 3448babef1Sdamjan$(eval $(call gb_GoogleTest_set_include,o3tl_test,\ 3548babef1Sdamjan $$(INCLUDE) \ 3648babef1Sdamjan -I$(SRCDIR)/o3tl/inc \ 3748babef1Sdamjan)) 3848babef1Sdamjan 395f907015Sdamjan$(eval $(call gb_GoogleTest_add_linked_libs,o3tl_test, \ 405f907015Sdamjan sal \ 41*2204446bSdamjan stl \ 425f907015Sdamjan $(gb_STDLIBS) \ 435f907015Sdamjan)) 445f907015Sdamjan 455f907015Sdamjan# vim: set noet sw=4 ts=4: 46