Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
16bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#
26bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# Copyright (C) 2014 The Android Open Source Project
36bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#
46bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# Licensed under the Apache License, Version 2.0 (the "License");
56bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# you may not use this file except in compliance with the License.
66bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# You may obtain a copy of the License at
76bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#
86bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#      http://www.apache.org/licenses/LICENSE-2.0
96bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#
106bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# Unless required by applicable law or agreed to in writing, software
116bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# distributed under the License is distributed on an "AS IS" BASIS,
126bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
136bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# See the License for the specific language governing permissions and
146bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis# limitations under the License.
156bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis#
166bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios KyrtzidisLOCAL_PATH := $(call my-dir)
176bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_makefile := external/libcxx/test/utilities/allocator.adaptor/allocator.adaptor.members/Android.mk
186bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis
196bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_name := utilities/allocator.adaptor/allocator.adaptor.members/construct
206bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_src := construct.pass.cpp
216bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
226bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis
236bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_name := utilities/allocator.adaptor/allocator.adaptor.members/inner_allocator
246bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_src := inner_allocator.pass.cpp
256bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
263f5e8d87dbf449d8b39fe96068415428594d370eAnna Zaks
273152b3cb5b6a2f797d0972c81a5eb3fd69c0d620Anna Zakstest_name := utilities/allocator.adaptor/allocator.adaptor.members/allocate_size
28063e0887ad65d666d23ee3178436ad6507abbd1bAnna Zakstest_src := allocate_size.pass.cpp
296bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
308ff5c41f2bde7ebbe568b4c15e59f14b8befae66Anna Zaks
3118c66fdc3c4008d335885695fe36fb5353c5f672Ted Kremenektest_name := utilities/allocator.adaptor/allocator.adaptor.members/allocate_size_hint
3218c66fdc3c4008d335885695fe36fb5353c5f672Ted Kremenektest_src := allocate_size_hint.pass.cpp
33063e0887ad65d666d23ee3178436ad6507abbd1bAnna Zaksinclude external/libcxx/test/Android.build.mk
348ff5c41f2bde7ebbe568b4c15e59f14b8befae66Anna Zaks
3518c66fdc3c4008d335885695fe36fb5353c5f672Ted Kremenektest_name := utilities/allocator.adaptor/allocator.adaptor.members/destroy
363f5e8d87dbf449d8b39fe96068415428594d370eAnna Zakstest_src := destroy.pass.cpp
37777d706547ebc751d998134774d9d5388fff8e02Anna Zaksinclude external/libcxx/test/Android.build.mk
38777d706547ebc751d998134774d9d5388fff8e02Anna Zaks
39777d706547ebc751d998134774d9d5388fff8e02Anna Zakstest_name := utilities/allocator.adaptor/allocator.adaptor.members/select_on_container_copy_construction
40777d706547ebc751d998134774d9d5388fff8e02Anna Zakstest_src := select_on_container_copy_construction.pass.cpp
416bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
426bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis
436bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_name := utilities/allocator.adaptor/allocator.adaptor.members/max_size
446bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_src := max_size.pass.cpp
456bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
466bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis
476bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_name := utilities/allocator.adaptor/allocator.adaptor.members/outer_allocator
486bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_src := outer_allocator.pass.cpp
496bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
506bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidis
516bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_name := utilities/allocator.adaptor/allocator.adaptor.members/deallocate
526bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidistest_src := deallocate.pass.cpp
536bcb48dc67e417e0ecce803f28d13bbea2ee0243Argyrios Kyrtzidisinclude external/libcxx/test/Android.build.mk
54a2a860306e3697fcf7a12c5ba59551ca60578968Anna Zaks
55a2a860306e3697fcf7a12c5ba59551ca60578968Anna Zaksinclude $(call all-makefiles-under,$(LOCAL_PATH))