blob: ba42a253ec1ad4197e6ebb8ceb456dc73aa74269 [file] [log] [blame]
#
# Copyright (C) 2014 The Android Open Source Project
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
#
LOCAL_PATH := $(call my-dir)
test_makefile := external/libcxx/test/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/Android.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_pointer
test_src := get_pointer.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_int
test_src := get_unsigned_int.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_long
test_src := get_long_long.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/test_min_max
test_src := test_min_max.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_float
test_src := get_float.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_bool
test_src := get_bool.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long_long
test_src := get_unsigned_long_long.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_short
test_src := get_unsigned_short.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_unsigned_long
test_src := get_unsigned_long.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long
test_src := get_long.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_long_double
test_src := get_long_double.pass.cpp
include external/libcxx/test/Android.build.mk
test_name := localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/get_double
test_src := get_double.pass.cpp
include external/libcxx/test/Android.build.mk
include $(call all-makefiles-under,$(LOCAL_PATH))