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