blob: 3de24b59e3f67de6f15cbbe3a2d923884441d116 [file] [log] [blame]
Dan Albert6f56ab72014-05-06 14:12:12 -07001#
2# Copyright (C) 2014 The Android Open Source Project
3#
4# Licensed under the Apache License, Version 2.0 (the "License");
5# you may not use this file except in compliance with the License.
6# You may obtain a copy of the License at
7#
8# http://www.apache.org/licenses/LICENSE-2.0
9#
10# Unless required by applicable law or agreed to in writing, software
11# distributed under the License is distributed on an "AS IS" BASIS,
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13# See the License for the specific language governing permissions and
14# limitations under the License.
15#
16LOCAL_PATH := $(call my-dir)
17test_makefile := external/libcxx/test/language.support/support.limits/limits/numeric.limits.members/Android.mk
18
19test_name := language.support/support.limits/limits/numeric.limits.members/const_data_members
20test_src := const_data_members.pass.cpp
21include external/libcxx/test/Android.build.mk
22
23test_name := language.support/support.limits/limits/numeric.limits.members/epsilon
24test_src := epsilon.pass.cpp
25include external/libcxx/test/Android.build.mk
26
27test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm_loss
28test_src := has_denorm_loss.pass.cpp
29include external/libcxx/test/Android.build.mk
30
31test_name := language.support/support.limits/limits/numeric.limits.members/max_exponent10
32test_src := max_exponent10.pass.cpp
33include external/libcxx/test/Android.build.mk
34
35test_name := language.support/support.limits/limits/numeric.limits.members/round_style
36test_src := round_style.pass.cpp
37include external/libcxx/test/Android.build.mk
38
39test_name := language.support/support.limits/limits/numeric.limits.members/signaling_NaN
40test_src := signaling_NaN.pass.cpp
41include external/libcxx/test/Android.build.mk
42
43test_name := language.support/support.limits/limits/numeric.limits.members/lowest
44test_src := lowest.pass.cpp
45include external/libcxx/test/Android.build.mk
46
47test_name := language.support/support.limits/limits/numeric.limits.members/is_iec559
48test_src := is_iec559.pass.cpp
49include external/libcxx/test/Android.build.mk
50
51test_name := language.support/support.limits/limits/numeric.limits.members/is_exact
52test_src := is_exact.pass.cpp
53include external/libcxx/test/Android.build.mk
54
55test_name := language.support/support.limits/limits/numeric.limits.members/traps
56test_src := traps.pass.cpp
57include external/libcxx/test/Android.build.mk
58
59test_name := language.support/support.limits/limits/numeric.limits.members/is_integer
60test_src := is_integer.pass.cpp
61include external/libcxx/test/Android.build.mk
62
63test_name := language.support/support.limits/limits/numeric.limits.members/is_signed
64test_src := is_signed.pass.cpp
65include external/libcxx/test/Android.build.mk
66
67test_name := language.support/support.limits/limits/numeric.limits.members/min
68test_src := min.pass.cpp
69include external/libcxx/test/Android.build.mk
70
71test_name := language.support/support.limits/limits/numeric.limits.members/tinyness_before
72test_src := tinyness_before.pass.cpp
73include external/libcxx/test/Android.build.mk
74
75test_name := language.support/support.limits/limits/numeric.limits.members/has_signaling_NaN
76test_src := has_signaling_NaN.pass.cpp
77include external/libcxx/test/Android.build.mk
78
79test_name := language.support/support.limits/limits/numeric.limits.members/has_infinity
80test_src := has_infinity.pass.cpp
81include external/libcxx/test/Android.build.mk
82
83test_name := language.support/support.limits/limits/numeric.limits.members/digits
84test_src := digits.pass.cpp
85include external/libcxx/test/Android.build.mk
86
87test_name := language.support/support.limits/limits/numeric.limits.members/radix
88test_src := radix.pass.cpp
89include external/libcxx/test/Android.build.mk
90
91test_name := language.support/support.limits/limits/numeric.limits.members/max_digits10
92test_src := max_digits10.pass.cpp
93include external/libcxx/test/Android.build.mk
94
95test_name := language.support/support.limits/limits/numeric.limits.members/round_error
96test_src := round_error.pass.cpp
97include external/libcxx/test/Android.build.mk
98
99test_name := language.support/support.limits/limits/numeric.limits.members/digits10
100test_src := digits10.pass.cpp
101include external/libcxx/test/Android.build.mk
102
103test_name := language.support/support.limits/limits/numeric.limits.members/is_modulo
104test_src := is_modulo.pass.cpp
105include external/libcxx/test/Android.build.mk
106
107test_name := language.support/support.limits/limits/numeric.limits.members/max_exponent
108test_src := max_exponent.pass.cpp
109include external/libcxx/test/Android.build.mk
110
111test_name := language.support/support.limits/limits/numeric.limits.members/has_denorm
112test_src := has_denorm.pass.cpp
113include external/libcxx/test/Android.build.mk
114
115test_name := language.support/support.limits/limits/numeric.limits.members/is_bounded
116test_src := is_bounded.pass.cpp
117include external/libcxx/test/Android.build.mk
118
119test_name := language.support/support.limits/limits/numeric.limits.members/min_exponent
120test_src := min_exponent.pass.cpp
121include external/libcxx/test/Android.build.mk
122
123test_name := language.support/support.limits/limits/numeric.limits.members/max
124test_src := max.pass.cpp
125include external/libcxx/test/Android.build.mk
126
127test_name := language.support/support.limits/limits/numeric.limits.members/quiet_NaN
128test_src := quiet_NaN.pass.cpp
129include external/libcxx/test/Android.build.mk
130
131test_name := language.support/support.limits/limits/numeric.limits.members/min_exponent10
132test_src := min_exponent10.pass.cpp
133include external/libcxx/test/Android.build.mk
134
135test_name := language.support/support.limits/limits/numeric.limits.members/infinity
136test_src := infinity.pass.cpp
137include external/libcxx/test/Android.build.mk
138
139test_name := language.support/support.limits/limits/numeric.limits.members/denorm_min
140test_src := denorm_min.pass.cpp
141include external/libcxx/test/Android.build.mk
142
143test_name := language.support/support.limits/limits/numeric.limits.members/has_quiet_NaN
144test_src := has_quiet_NaN.pass.cpp
145include external/libcxx/test/Android.build.mk
146
147include $(call all-makefiles-under,$(LOCAL_PATH))