1#
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/utilities/meta/meta.unary/meta.unary.prop/Android.mk
18
19test_name := utilities/meta/meta.unary/meta.unary.prop/is_move_constructible
20test_src := is_move_constructible.pass.cpp
21include external/libcxx/test/Android.build.mk
22
23test_name := utilities/meta/meta.unary/meta.unary.prop/is_default_constructible
24test_src := is_default_constructible.pass.cpp
25include external/libcxx/test/Android.build.mk
26
27test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_assignable
28test_src := is_trivially_move_assignable.pass.cpp
29include external/libcxx/test/Android.build.mk
30
31test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_assignable
32test_src := is_nothrow_copy_assignable.pass.cpp
33include external/libcxx/test/Android.build.mk
34
35test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_move_constructible
36test_src := is_trivially_move_constructible.pass.cpp
37include external/libcxx/test/Android.build.mk
38
39test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_default_constructible
40test_src := is_nothrow_default_constructible.pass.cpp
41include external/libcxx/test/Android.build.mk
42
43test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_constructible
44test_src := is_trivially_constructible.pass.cpp
45include external/libcxx/test/Android.build.mk
46
47test_name := utilities/meta/meta.unary/meta.unary.prop/__has_operator_addressof
48test_src := __has_operator_addressof.pass.cpp
49include external/libcxx/test/Android.build.mk
50
51test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_assignable
52test_src := is_nothrow_move_assignable.pass.cpp
53include external/libcxx/test/Android.build.mk
54
55test_name := utilities/meta/meta.unary/meta.unary.prop/is_final
56test_src := is_final.pass.cpp
57include external/libcxx/test/Android.build.mk
58
59test_name := utilities/meta/meta.unary/meta.unary.prop/is_copy_assignable
60test_src := is_copy_assignable.pass.cpp
61include external/libcxx/test/Android.build.mk
62
63test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_constructible
64test_src := is_nothrow_constructible.pass.cpp
65include external/libcxx/test/Android.build.mk
66
67test_name := utilities/meta/meta.unary/meta.unary.prop/is_pod
68test_src := is_pod.pass.cpp
69include external/libcxx/test/Android.build.mk
70
71test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_copy_constructible
72test_src := is_nothrow_copy_constructible.pass.cpp
73include external/libcxx/test/Android.build.mk
74
75test_name := utilities/meta/meta.unary/meta.unary.prop/is_empty
76test_src := is_empty.pass.cpp
77include external/libcxx/test/Android.build.mk
78
79test_name := utilities/meta/meta.unary/meta.unary.prop/is_signed
80test_src := is_signed.pass.cpp
81include external/libcxx/test/Android.build.mk
82
83test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_destructible
84test_src := is_trivially_destructible.pass.cpp
85include external/libcxx/test/Android.build.mk
86
87test_name := utilities/meta/meta.unary/meta.unary.prop/is_polymorphic
88test_src := is_polymorphic.pass.cpp
89include external/libcxx/test/Android.build.mk
90
91test_name := utilities/meta/meta.unary/meta.unary.prop/has_virtual_destructor
92test_src := has_virtual_destructor.pass.cpp
93include external/libcxx/test/Android.build.mk
94
95test_name := utilities/meta/meta.unary/meta.unary.prop/is_constructible
96test_src := is_constructible.pass.cpp
97include external/libcxx/test/Android.build.mk
98
99test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_assignable
100test_src := is_trivially_copy_assignable.pass.cpp
101include external/libcxx/test/Android.build.mk
102
103test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_assignable
104test_src := is_nothrow_assignable.pass.cpp
105include external/libcxx/test/Android.build.mk
106
107test_name := utilities/meta/meta.unary/meta.unary.prop/is_move_assignable
108test_src := is_move_assignable.pass.cpp
109include external/libcxx/test/Android.build.mk
110
111test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivial
112test_src := is_trivial.pass.cpp
113include external/libcxx/test/Android.build.mk
114
115test_name := utilities/meta/meta.unary/meta.unary.prop/is_standard_layout
116test_src := is_standard_layout.pass.cpp
117include external/libcxx/test/Android.build.mk
118
119test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivialially_copyable
120test_src := is_trivialially_copyable.pass.cpp
121include external/libcxx/test/Android.build.mk
122
123test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_destructible
124test_src := is_nothrow_destructible.pass.cpp
125include external/libcxx/test/Android.build.mk
126
127test_name := utilities/meta/meta.unary/meta.unary.prop/is_unsigned
128test_src := is_unsigned.pass.cpp
129include external/libcxx/test/Android.build.mk
130
131test_name := utilities/meta/meta.unary/meta.unary.prop/is_volatile
132test_src := is_volatile.pass.cpp
133include external/libcxx/test/Android.build.mk
134
135test_name := utilities/meta/meta.unary/meta.unary.prop/is_literal_type
136test_src := is_literal_type.pass.cpp
137include external/libcxx/test/Android.build.mk
138
139test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_copy_constructible
140test_src := is_trivially_copy_constructible.pass.cpp
141include external/libcxx/test/Android.build.mk
142
143test_name := utilities/meta/meta.unary/meta.unary.prop/is_copy_constructible
144test_src := is_copy_constructible.pass.cpp
145include external/libcxx/test/Android.build.mk
146
147test_name := utilities/meta/meta.unary/meta.unary.prop/is_destructible
148test_src := is_destructible.pass.cpp
149include external/libcxx/test/Android.build.mk
150
151test_name := utilities/meta/meta.unary/meta.unary.prop/is_abstract
152test_src := is_abstract.pass.cpp
153include external/libcxx/test/Android.build.mk
154
155test_name := utilities/meta/meta.unary/meta.unary.prop/is_assignable
156test_src := is_assignable.pass.cpp
157include external/libcxx/test/Android.build.mk
158
159test_name := utilities/meta/meta.unary/meta.unary.prop/is_nothrow_move_constructible
160test_src := is_nothrow_move_constructible.pass.cpp
161include external/libcxx/test/Android.build.mk
162
163test_name := utilities/meta/meta.unary/meta.unary.prop/is_const
164test_src := is_const.pass.cpp
165include external/libcxx/test/Android.build.mk
166
167test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_default_constructible
168test_src := is_trivially_default_constructible.pass.cpp
169include external/libcxx/test/Android.build.mk
170
171test_name := utilities/meta/meta.unary/meta.unary.prop/is_trivially_assignable
172test_src := is_trivially_assignable.pass.cpp
173include external/libcxx/test/Android.build.mk
174
175include $(call all-makefiles-under,$(LOCAL_PATH))