Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/config/test/Jamfile.v2 @ 35

Last change on this file since 35 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

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