12a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
22a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# Copyright (C) 2014 The Android Open Source Project
32a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
42a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# Licensed under the Apache License, Version 2.0 (the "License");
52a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# you may not use this file except in compliance with the License.
62a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# You may obtain a copy of the License at
77d4cd473f85ac64c3747c96c277f9e506a0d2246Torne (Richard Coles)#
8b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)#      http://www.apache.org/licenses/LICENSE-2.0
9c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)#
100f1bc08d4cfcc34181b0b5cbf065c40f687bf740Torne (Richard Coles)# Unless required by applicable law or agreed to in writing, software
112a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# distributed under the License is distributed on an "AS IS" BASIS,
122a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)# See the License for the specific language governing permissions and
14c2e0dbddbe15c98d52c4786dac06cb8952a8ae6dTorne (Richard Coles)# limitations under the License.
152a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
162a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)LOCAL_PATH := $(call my-dir)
172a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)test_makefile := external/libcxx/test/utilities/function.objects/func.wrap/func.wrap.badcall/Android.mk
18e5d81f57cb97b3b6b7fccc9c5610d21eb81db09dBen Murdoch
19b2df76ea8fec9e32f6f3718986dba0d95315b29cTorne (Richard Coles)test_name := utilities/function.objects/func.wrap/func.wrap.badcall/bad_function_call
202a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)test_src := bad_function_call.pass.cpp
212a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)include external/libcxx/test/Android.build.mk
222a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
232a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))