1 | # |
---|
2 | # Regression test Jamfile for boost configuration setup. |
---|
3 | # *** DO NOT EDIT THIS FILE BY HAND *** |
---|
4 | # This file was automatically generated on Wed Feb 15 14:14:07 2006 |
---|
5 | # by libs/config/tools/generate.cpp |
---|
6 | # Copyright John Maddock. |
---|
7 | # Use, modification and distribution are subject to the |
---|
8 | # Boost Software License, Version 1.0. (See accompanying file |
---|
9 | # LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
---|
10 | # |
---|
11 | # If you need to alter build preferences then set them in |
---|
12 | # the template defined in options_v2.jam. |
---|
13 | # |
---|
14 | path-constant DOT : . ; |
---|
15 | include $(DOT)/options_v2.jam ; |
---|
16 | |
---|
17 | run config_info.cpp ; |
---|
18 | run math_info.cpp : : : <toolset>borland:<runtime-link>static ; |
---|
19 | run config_test.cpp ; |
---|
20 | run limits_test.cpp ; |
---|
21 | run abi/abi_test.cpp abi/main.cpp ; |
---|
22 | |
---|
23 | test-suite "BOOST_HAS_TWO_ARG_USE_FACET" : |
---|
24 | [ run has_2arg_use_facet_pass.cpp ] |
---|
25 | [ compile-fail has_2arg_use_facet_fail.cpp ] ; |
---|
26 | test-suite "BOOST_HAS_BETHREADS" : |
---|
27 | [ run has_bethreads_pass.cpp ] |
---|
28 | [ compile-fail has_bethreads_fail.cpp ] ; |
---|
29 | test-suite "BOOST_HAS_CLOCK_GETTIME" : |
---|
30 | [ run has_clock_gettime_pass.cpp ] |
---|
31 | [ compile-fail has_clock_gettime_fail.cpp ] ; |
---|
32 | test-suite "BOOST_HAS_DIRENT_H" : |
---|
33 | [ run has_dirent_h_pass.cpp ] |
---|
34 | [ compile-fail has_dirent_h_fail.cpp ] ; |
---|
35 | test-suite "BOOST_HAS_EXPM1" : |
---|
36 | [ run has_expm1_pass.cpp ] |
---|
37 | [ compile-fail has_expm1_fail.cpp ] ; |
---|
38 | test-suite "BOOST_HAS_FTIME" : |
---|
39 | [ run has_ftime_pass.cpp ] |
---|
40 | [ compile-fail has_ftime_fail.cpp ] ; |
---|
41 | test-suite "BOOST_HAS_GETTIMEOFDAY" : |
---|
42 | [ run has_gettimeofday_pass.cpp ] |
---|
43 | [ compile-fail has_gettimeofday_fail.cpp ] ; |
---|
44 | test-suite "BOOST_HAS_HASH" : |
---|
45 | [ run has_hash_pass.cpp ] |
---|
46 | [ compile-fail has_hash_fail.cpp ] ; |
---|
47 | test-suite "BOOST_HAS_LOG1P" : |
---|
48 | [ run has_log1p_pass.cpp ] |
---|
49 | [ compile-fail has_log1p_fail.cpp ] ; |
---|
50 | test-suite "BOOST_HAS_LONG_LONG" : |
---|
51 | [ run has_long_long_pass.cpp ] |
---|
52 | [ compile-fail has_long_long_fail.cpp ] ; |
---|
53 | test-suite "BOOST_HAS_MACRO_USE_FACET" : |
---|
54 | [ run has_macro_use_facet_pass.cpp ] |
---|
55 | [ compile-fail has_macro_use_facet_fail.cpp ] ; |
---|
56 | test-suite "BOOST_HAS_MS_INT64" : |
---|
57 | [ run has_ms_int64_pass.cpp ] |
---|
58 | [ compile-fail has_ms_int64_fail.cpp ] ; |
---|
59 | test-suite "BOOST_HAS_NANOSLEEP" : |
---|
60 | [ run has_nanosleep_pass.cpp ] |
---|
61 | [ compile-fail has_nanosleep_fail.cpp ] ; |
---|
62 | test-suite "BOOST_HAS_NL_TYPES_H" : |
---|
63 | [ run has_nl_types_h_pass.cpp ] |
---|
64 | [ compile-fail has_nl_types_h_fail.cpp ] ; |
---|
65 | test-suite "BOOST_HAS_NRVO" : |
---|
66 | [ run has_nrvo_pass.cpp ] |
---|
67 | [ compile-fail has_nrvo_fail.cpp ] ; |
---|
68 | test-suite "BOOST_HAS_PARTIAL_STD_ALLOCATOR" : |
---|
69 | [ run has_part_alloc_pass.cpp ] |
---|
70 | [ compile-fail has_part_alloc_fail.cpp ] ; |
---|
71 | test-suite "BOOST_HAS_PTHREADS" : |
---|
72 | [ run has_pthreads_pass.cpp ] |
---|
73 | [ compile-fail has_pthreads_fail.cpp ] ; |
---|
74 | test-suite "BOOST_HAS_PTHREAD_DELAY_NP" : |
---|
75 | [ run has_pthread_delay_np_pass.cpp ] |
---|
76 | [ compile-fail has_pthread_delay_np_fail.cpp ] ; |
---|
77 | test-suite "BOOST_HAS_PTHREAD_MUTEXATTR_SETTYPE" : |
---|
78 | [ run has_pthread_ma_st_pass.cpp ] |
---|
79 | [ compile-fail has_pthread_ma_st_fail.cpp ] ; |
---|
80 | test-suite "BOOST_HAS_PTHREAD_YIELD" : |
---|
81 | [ run has_pthread_yield_pass.cpp ] |
---|
82 | [ compile-fail has_pthread_yield_fail.cpp ] ; |
---|
83 | test-suite "BOOST_HAS_SCHED_YIELD" : |
---|
84 | [ run has_sched_yield_pass.cpp ] |
---|
85 | [ compile-fail has_sched_yield_fail.cpp ] ; |
---|
86 | test-suite "BOOST_HAS_SGI_TYPE_TRAITS" : |
---|
87 | [ run has_sgi_type_traits_pass.cpp ] |
---|
88 | [ compile-fail has_sgi_type_traits_fail.cpp ] ; |
---|
89 | test-suite "BOOST_HAS_SIGACTION" : |
---|
90 | [ run has_sigaction_pass.cpp ] |
---|
91 | [ compile-fail has_sigaction_fail.cpp ] ; |
---|
92 | test-suite "BOOST_HAS_SLIST" : |
---|
93 | [ run has_slist_pass.cpp ] |
---|
94 | [ compile-fail has_slist_fail.cpp ] ; |
---|
95 | test-suite "BOOST_HAS_STDINT_H" : |
---|
96 | [ run has_stdint_h_pass.cpp ] |
---|
97 | [ compile-fail has_stdint_h_fail.cpp ] ; |
---|
98 | test-suite "BOOST_HAS_STLP_USE_FACET" : |
---|
99 | [ run has_stlp_use_facet_pass.cpp ] |
---|
100 | [ compile-fail has_stlp_use_facet_fail.cpp ] ; |
---|
101 | test-suite "BOOST_HAS_TR1_ARRAY" : |
---|
102 | [ run has_tr1_array_pass.cpp ] |
---|
103 | [ compile-fail has_tr1_array_fail.cpp ] ; |
---|
104 | test-suite "BOOST_HAS_TR1_BIND" : |
---|
105 | [ run has_tr1_bind_pass.cpp ] |
---|
106 | [ compile-fail has_tr1_bind_fail.cpp ] ; |
---|
107 | test-suite "BOOST_HAS_TR1_COMPLEX_OVERLOADS" : |
---|
108 | [ run has_tr1_complex_over_pass.cpp ] |
---|
109 | [ compile-fail has_tr1_complex_over_fail.cpp ] ; |
---|
110 | test-suite "BOOST_HAS_TR1_COMPLEX_INVERSE_TRIG" : |
---|
111 | [ run has_tr1_complex_trig_pass.cpp ] |
---|
112 | [ compile-fail has_tr1_complex_trig_fail.cpp ] ; |
---|
113 | test-suite "BOOST_HAS_TR1_FUNCTION" : |
---|
114 | [ run has_tr1_function_pass.cpp ] |
---|
115 | [ compile-fail has_tr1_function_fail.cpp ] ; |
---|
116 | test-suite "BOOST_HAS_TR1_HASH" : |
---|
117 | [ run has_tr1_hash_pass.cpp ] |
---|
118 | [ compile-fail has_tr1_hash_fail.cpp ] ; |
---|
119 | test-suite "BOOST_HAS_TR1_MEM_FN" : |
---|
120 | [ run has_tr1_mem_fn_pass.cpp ] |
---|
121 | [ compile-fail has_tr1_mem_fn_fail.cpp ] ; |
---|
122 | test-suite "BOOST_HAS_TR1_RANDOM" : |
---|
123 | [ run has_tr1_random_pass.cpp ] |
---|
124 | [ compile-fail has_tr1_random_fail.cpp ] ; |
---|
125 | test-suite "BOOST_HAS_TR1_REFERENCE_WRAPPER" : |
---|
126 | [ run has_tr1_ref_wrap_pass.cpp ] |
---|
127 | [ compile-fail has_tr1_ref_wrap_fail.cpp ] ; |
---|
128 | test-suite "BOOST_HAS_TR1_REGEX" : |
---|
129 | [ run has_tr1_regex_pass.cpp ] |
---|
130 | [ compile-fail has_tr1_regex_fail.cpp ] ; |
---|
131 | test-suite "BOOST_HAS_TR1_RESULT_OF" : |
---|
132 | [ run has_tr1_result_of_pass.cpp ] |
---|
133 | [ compile-fail has_tr1_result_of_fail.cpp ] ; |
---|
134 | test-suite "BOOST_HAS_TR1_SHARED_PTR" : |
---|
135 | [ run has_tr1_shared_ptr_pass.cpp ] |
---|
136 | [ compile-fail has_tr1_shared_ptr_fail.cpp ] ; |
---|
137 | test-suite "BOOST_HAS_TR1_TUPLE" : |
---|
138 | [ run has_tr1_tuple_pass.cpp ] |
---|
139 | [ compile-fail has_tr1_tuple_fail.cpp ] ; |
---|
140 | test-suite "BOOST_HAS_TR1_TYPE_TRAITS" : |
---|
141 | [ run has_tr1_type_traits_pass.cpp ] |
---|
142 | [ compile-fail has_tr1_type_traits_fail.cpp ] ; |
---|
143 | test-suite "BOOST_HAS_TR1_UNORDERED_MAP" : |
---|
144 | [ run has_tr1_unordered_map_pass.cpp ] |
---|
145 | [ compile-fail has_tr1_unordered_map_fail.cpp ] ; |
---|
146 | test-suite "BOOST_HAS_TR1_UNORDERED_SET" : |
---|
147 | [ run has_tr1_unordered_set_pass.cpp ] |
---|
148 | [ compile-fail has_tr1_unordered_set_fail.cpp ] ; |
---|
149 | test-suite "BOOST_HAS_TR1_UTILITY" : |
---|
150 | [ run has_tr1_utility_pass.cpp ] |
---|
151 | [ compile-fail has_tr1_utility_fail.cpp ] ; |
---|
152 | test-suite "BOOST_HAS_UNISTD_H" : |
---|
153 | [ run has_unistd_h_pass.cpp ] |
---|
154 | [ compile-fail has_unistd_h_fail.cpp ] ; |
---|
155 | test-suite "BOOST_MSVC6_MEMBER_TEMPLATES" : |
---|
156 | [ run has_vc6_mem_templ_pass.cpp ] |
---|
157 | [ compile-fail has_vc6_mem_templ_fail.cpp ] ; |
---|
158 | test-suite "BOOST_MSVC_STD_ITERATOR" : |
---|
159 | [ run has_vc_iterator_pass.cpp ] |
---|
160 | [ compile-fail has_vc_iterator_fail.cpp ] ; |
---|
161 | test-suite "BOOST_HAS_WINTHREADS" : |
---|
162 | [ run has_winthreads_pass.cpp ] |
---|
163 | [ compile-fail has_winthreads_fail.cpp ] ; |
---|
164 | test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" : |
---|
165 | [ run no_arg_dep_lookup_pass.cpp ] |
---|
166 | [ compile-fail no_arg_dep_lookup_fail.cpp ] ; |
---|
167 | test-suite "BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS" : |
---|
168 | [ run no_array_type_spec_pass.cpp ] |
---|
169 | [ compile-fail no_array_type_spec_fail.cpp ] ; |
---|
170 | test-suite "BOOST_NO_AUTO_PTR" : |
---|
171 | [ run no_auto_ptr_pass.cpp ] |
---|
172 | [ compile-fail no_auto_ptr_fail.cpp ] ; |
---|
173 | test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" : |
---|
174 | [ run no_bcb_partial_spec_pass.cpp ] |
---|
175 | [ compile-fail no_bcb_partial_spec_fail.cpp ] ; |
---|
176 | test-suite "BOOST_NO_CTYPE_FUNCTIONS" : |
---|
177 | [ run no_ctype_functions_pass.cpp ] |
---|
178 | [ compile-fail no_ctype_functions_fail.cpp ] ; |
---|
179 | test-suite "BOOST_NO_CV_SPECIALIZATIONS" : |
---|
180 | [ run no_cv_spec_pass.cpp ] |
---|
181 | [ compile-fail no_cv_spec_fail.cpp ] ; |
---|
182 | test-suite "BOOST_NO_CV_VOID_SPECIALIZATIONS" : |
---|
183 | [ run no_cv_void_spec_pass.cpp ] |
---|
184 | [ compile-fail no_cv_void_spec_fail.cpp ] ; |
---|
185 | test-suite "BOOST_NO_CWCHAR" : |
---|
186 | [ run no_cwchar_pass.cpp ] |
---|
187 | [ compile-fail no_cwchar_fail.cpp ] ; |
---|
188 | test-suite "BOOST_NO_CWCTYPE" : |
---|
189 | [ run no_cwctype_pass.cpp ] |
---|
190 | [ compile-fail no_cwctype_fail.cpp ] ; |
---|
191 | test-suite "BOOST_DEDUCED_TYPENAME" : |
---|
192 | [ run no_ded_typename_pass.cpp ] |
---|
193 | [ compile-fail no_ded_typename_fail.cpp ] ; |
---|
194 | test-suite "BOOST_NO_DEPENDENT_NESTED_DERIVATIONS" : |
---|
195 | [ run no_dep_nested_class_pass.cpp ] |
---|
196 | [ compile-fail no_dep_nested_class_fail.cpp ] ; |
---|
197 | test-suite "BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS" : |
---|
198 | [ run no_dep_val_param_pass.cpp ] |
---|
199 | [ compile-fail no_dep_val_param_fail.cpp ] ; |
---|
200 | test-suite "BOOST_NO_EXCEPTIONS" : |
---|
201 | [ run no_exceptions_pass.cpp ] |
---|
202 | [ compile-fail no_exceptions_fail.cpp ] ; |
---|
203 | test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" : |
---|
204 | [ run no_excep_std_pass.cpp ] |
---|
205 | [ compile-fail no_excep_std_fail.cpp ] ; |
---|
206 | test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" : |
---|
207 | [ run no_exp_func_tem_arg_pass.cpp ] |
---|
208 | [ compile-fail no_exp_func_tem_arg_fail.cpp ] ; |
---|
209 | test-suite "BOOST_NO_FUNCTION_TEMPLATE_ORDERING" : |
---|
210 | [ run no_func_tmp_order_pass.cpp ] |
---|
211 | [ compile-fail no_func_tmp_order_fail.cpp ] ; |
---|
212 | test-suite "BOOST_NO_MS_INT64_NUMERIC_LIMITS" : |
---|
213 | [ run no_i64_limits_pass.cpp ] |
---|
214 | [ compile-fail no_i64_limits_fail.cpp ] ; |
---|
215 | test-suite "BOOST_NO_INCLASS_MEMBER_INITIALIZATION" : |
---|
216 | [ run no_inline_memb_init_pass.cpp ] |
---|
217 | [ compile-fail no_inline_memb_init_fail.cpp ] ; |
---|
218 | test-suite "BOOST_NO_INTEGRAL_INT64_T" : |
---|
219 | [ run no_integral_int64_t_pass.cpp ] |
---|
220 | [ compile-fail no_integral_int64_t_fail.cpp ] ; |
---|
221 | test-suite "BOOST_NO_IS_ABSTRACT" : |
---|
222 | [ run no_is_abstract_pass.cpp ] |
---|
223 | [ compile-fail no_is_abstract_fail.cpp ] ; |
---|
224 | test-suite "BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS" : |
---|
225 | [ run no_iter_construct_pass.cpp ] |
---|
226 | [ compile-fail no_iter_construct_fail.cpp ] ; |
---|
227 | test-suite "BOOST_NO_LIMITS" : |
---|
228 | [ run no_limits_pass.cpp ] |
---|
229 | [ compile-fail no_limits_fail.cpp ] ; |
---|
230 | test-suite "BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS" : |
---|
231 | [ run no_limits_const_exp_pass.cpp ] |
---|
232 | [ compile-fail no_limits_const_exp_fail.cpp ] ; |
---|
233 | test-suite "BOOST_NO_LONG_LONG_NUMERIC_LIMITS" : |
---|
234 | [ run no_ll_limits_pass.cpp ] |
---|
235 | [ compile-fail no_ll_limits_fail.cpp ] ; |
---|
236 | test-suite "BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS" : |
---|
237 | [ run no_mem_func_spec_pass.cpp ] |
---|
238 | [ compile-fail no_mem_func_spec_fail.cpp ] ; |
---|
239 | test-suite "BOOST_NO_MEMBER_TEMPLATES" : |
---|
240 | [ run no_mem_templates_pass.cpp ] |
---|
241 | [ compile-fail no_mem_templates_fail.cpp ] ; |
---|
242 | test-suite "BOOST_NO_MEMBER_TEMPLATE_FRIENDS" : |
---|
243 | [ run no_mem_templ_frnds_pass.cpp ] |
---|
244 | [ compile-fail no_mem_templ_frnds_fail.cpp ] ; |
---|
245 | test-suite "BOOST_NO_MEMBER_TEMPLATE_KEYWORD" : |
---|
246 | [ run no_mem_tem_keyword_pass.cpp ] |
---|
247 | [ compile-fail no_mem_tem_keyword_fail.cpp ] ; |
---|
248 | test-suite "BOOST_NO_POINTER_TO_MEMBER_TEMPLATE_PARAMETERS" : |
---|
249 | [ run no_mem_tem_pnts_pass.cpp ] |
---|
250 | [ compile-fail no_mem_tem_pnts_fail.cpp ] ; |
---|
251 | test-suite "BOOST_NO_OPERATORS_IN_NAMESPACE" : |
---|
252 | [ run no_ops_in_namespace_pass.cpp ] |
---|
253 | [ compile-fail no_ops_in_namespace_fail.cpp ] ; |
---|
254 | test-suite "BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION" : |
---|
255 | [ run no_partial_spec_pass.cpp ] |
---|
256 | [ compile-fail no_partial_spec_fail.cpp ] ; |
---|
257 | test-suite "BOOST_NO_PRIVATE_IN_AGGREGATE" : |
---|
258 | [ run no_priv_aggregate_pass.cpp ] |
---|
259 | [ compile-fail no_priv_aggregate_fail.cpp ] ; |
---|
260 | test-suite "BOOST_NO_POINTER_TO_MEMBER_CONST" : |
---|
261 | [ run no_ptr_mem_const_pass.cpp ] |
---|
262 | [ compile-fail no_ptr_mem_const_fail.cpp ] ; |
---|
263 | test-suite "BOOST_NO_UNREACHABLE_RETURN_DETECTION" : |
---|
264 | [ run no_ret_det_pass.cpp ] |
---|
265 | [ compile-fail no_ret_det_fail.cpp ] ; |
---|
266 | test-suite "BOOST_NO_SFINAE" : |
---|
267 | [ run no_sfinae_pass.cpp ] |
---|
268 | [ compile-fail no_sfinae_fail.cpp ] ; |
---|
269 | test-suite "BOOST_NO_STRINGSTREAM" : |
---|
270 | [ run no_sstream_pass.cpp ] |
---|
271 | [ compile-fail no_sstream_fail.cpp ] ; |
---|
272 | test-suite "BOOST_NO_STDC_NAMESPACE" : |
---|
273 | [ run no_stdc_namespace_pass.cpp ] |
---|
274 | [ compile-fail no_stdc_namespace_fail.cpp ] ; |
---|
275 | test-suite "BOOST_NO_STD_ALLOCATOR" : |
---|
276 | [ run no_std_allocator_pass.cpp ] |
---|
277 | [ compile-fail no_std_allocator_fail.cpp ] ; |
---|
278 | test-suite "BOOST_NO_STD_DISTANCE" : |
---|
279 | [ run no_std_distance_pass.cpp ] |
---|
280 | [ compile-fail no_std_distance_fail.cpp ] ; |
---|
281 | test-suite "BOOST_NO_STD_ITERATOR" : |
---|
282 | [ run no_std_iterator_pass.cpp ] |
---|
283 | [ compile-fail no_std_iterator_fail.cpp ] ; |
---|
284 | test-suite "BOOST_NO_STD_ITERATOR_TRAITS" : |
---|
285 | [ run no_std_iter_traits_pass.cpp ] |
---|
286 | [ compile-fail no_std_iter_traits_fail.cpp ] ; |
---|
287 | test-suite "BOOST_NO_STD_LOCALE" : |
---|
288 | [ run no_std_locale_pass.cpp ] |
---|
289 | [ compile-fail no_std_locale_fail.cpp ] ; |
---|
290 | test-suite "BOOST_NO_STD_MESSAGES" : |
---|
291 | [ run no_std_messages_pass.cpp ] |
---|
292 | [ compile-fail no_std_messages_fail.cpp ] ; |
---|
293 | test-suite "BOOST_NO_STD_MIN_MAX" : |
---|
294 | [ run no_std_min_max_pass.cpp ] |
---|
295 | [ compile-fail no_std_min_max_fail.cpp ] ; |
---|
296 | test-suite "BOOST_NO_STD_OUTPUT_ITERATOR_ASSIGN" : |
---|
297 | [ run no_std_oi_assign_pass.cpp ] |
---|
298 | [ compile-fail no_std_oi_assign_fail.cpp ] ; |
---|
299 | test-suite "BOOST_NO_STD_USE_FACET" : |
---|
300 | [ run no_std_use_facet_pass.cpp ] |
---|
301 | [ compile-fail no_std_use_facet_fail.cpp ] ; |
---|
302 | test-suite "BOOST_NO_STD_WSTREAMBUF" : |
---|
303 | [ run no_std_wstreambuf_pass.cpp ] |
---|
304 | [ compile-fail no_std_wstreambuf_fail.cpp ] ; |
---|
305 | test-suite "BOOST_NO_STD_WSTRING" : |
---|
306 | [ run no_std_wstring_pass.cpp ] |
---|
307 | [ compile-fail no_std_wstring_fail.cpp ] ; |
---|
308 | test-suite "BOOST_NO_SWPRINTF" : |
---|
309 | [ run no_swprintf_pass.cpp ] |
---|
310 | [ compile-fail no_swprintf_fail.cpp ] ; |
---|
311 | test-suite "BOOST_NO_TEMPLATE_TEMPLATES" : |
---|
312 | [ run no_template_template_pass.cpp ] |
---|
313 | [ compile-fail no_template_template_fail.cpp ] ; |
---|
314 | test-suite "BOOST_FUNCTION_SCOPE_USING_DECLARATION_BREAKS_ADL" : |
---|
315 | [ run no_using_breaks_adl_pass.cpp ] |
---|
316 | [ compile-fail no_using_breaks_adl_fail.cpp ] ; |
---|
317 | test-suite "BOOST_NO_USING_DECLARATION_OVERLOADS_FROM_TYPENAME_BASE" : |
---|
318 | [ run no_using_decl_overld_pass.cpp ] |
---|
319 | [ compile-fail no_using_decl_overld_fail.cpp ] ; |
---|
320 | test-suite "BOOST_NO_USING_TEMPLATE" : |
---|
321 | [ run no_using_template_pass.cpp ] |
---|
322 | [ compile-fail no_using_template_fail.cpp ] ; |
---|
323 | test-suite "BOOST_NO_VOID_RETURNS" : |
---|
324 | [ run no_void_returns_pass.cpp ] |
---|
325 | [ compile-fail no_void_returns_fail.cpp ] ; |
---|
326 | test-suite "BOOST_NO_INTRINSIC_WCHAR_T" : |
---|
327 | [ run no_wchar_t_pass.cpp ] |
---|
328 | [ compile-fail no_wchar_t_fail.cpp ] ; |
---|
329 | |
---|
330 | |
---|