1eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#
25821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Copyright (C) 2014 The Android Open Source Project
35821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#
45821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Licensed under the Apache License, Version 2.0 (the "License");
55821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# you may not use this file except in compliance with the License.
65821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# You may obtain a copy of the License at
7868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#
8868fa2fe829687343ffae624259930155e16dbd8Torne (Richard Coles)#      http://www.apache.org/licenses/LICENSE-2.0
9eb525c5499e34cc9c4b825d6d9e75bb07cc06aceBen Murdoch#
105821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# Unless required by applicable law or agreed to in writing, software
115821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# distributed under the License is distributed on an "AS IS" BASIS,
125d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)# See the License for the specific language governing permissions and
14c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)# limitations under the License.
15c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)#
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LOCAL_PATH := $(call my-dir)
175821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_makefile := external/libcxx/test/utilities/memory/allocator.traits/Android.mk
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
195821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_name := utilities/memory/allocator.traits/rebind_traits
205821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_src := rebind_traits.pass.cpp
215821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)include external/libcxx/test/Android.build.mk
225821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
235821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_name := utilities/memory/allocator.traits/allocator_type
245821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_src := allocator_type.pass.cpp
255821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)include external/libcxx/test/Android.build.mk
265821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_name := utilities/memory/allocator.traits/value_type
285821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)test_src := value_type.pass.cpp
295821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)include external/libcxx/test/Android.build.mk
305821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
315821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))