Android.mk revision 6f56ab789cb470620554d624c37f488285b3b04e
15821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#
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
75821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#
8116680a4aac90f2aa7413d9095a592090648e557Ben Murdoch#      http://www.apache.org/licenses/LICENSE-2.0
95821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)#
102a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (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,
125f1c94371a64b3196d4be9466099bb892df9b88eTorne (Richard Coles)# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
135821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)# See the License for the specific language governing permissions and
14116680a4aac90f2aa7413d9095a592090648e557Ben Murdoch# limitations under the License.
152a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)#
165821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)LOCAL_PATH := $(call my-dir)
1703b57e008b61dfcb1fbad3aea950ae0e001748b0Torne (Richard Coles)test_makefile := external/libcxx/test/utilities/time/time.point/time.point.special/Android.mk
185821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)
195d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)test_name := utilities/time/time.point/time.point.special/min
20cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)test_src := min.pass.cpp
215d1f7b1de12d16ceb2c938c56701a3e8bfa558f7Torne (Richard Coles)include external/libcxx/test/Android.build.mk
22cedac228d2dd51db4b79ea1e72c7f249408ee061Torne (Richard Coles)
23f2477e01787aa58f445919b809d89e252beef54fTorne (Richard Coles)test_name := utilities/time/time.point/time.point.special/max
241320f92c476a1ad9d19dba2a48c72b75566198e9Primiano Tuccitest_src := max.pass.cpp
257dbb3d5cf0c15f500944d211057644d6a2f37371Ben Murdochinclude external/libcxx/test/Android.build.mk
262a99a7e74a7f215066514fe81d2bfa6639d9edddTorne (Richard Coles)
275821806d5e7f356e8fa4b058a389a808ea183019Torne (Richard Coles)include $(call all-makefiles-under,$(LOCAL_PATH))