⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 jamfile

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻
📖 第 1 页 / 共 2 页
字号:
#
# Regression test Jamfile for boost configuration setup.
# *** DO NOT EDIT THIS FILE BY HAND ***
# This file was automatically generated on Sat Dec 13 12:29:38 GMTST 2003,
# by libs/config/tools/generate
#
# If you need to alter build preferences then set them in
# the template defined in options.jam.
#
subproject libs/config/test ;
# bring in the rules for testing
import testing ./options ;

run config_info.cpp <template>config_options ;
run config_test.cpp <lib>../../test/build/boost_test_exec_monitor <template>config_options ;
run limits_test.cpp <template>config_test_options ;
run abi/abi_test.cpp abi/main.cpp <template>config_options ;
compile-fail threads/test_thread_fail1.cpp ;
compile-fail threads/test_thread_fail2.cpp ;

test-suite "BOOST_NO_ARGUMENT_DEPENDENT_LOOKUP" : 
[ run no_arg_dep_lookup_pass.cpp <template>config_test_options ]
[ compile-fail no_arg_dep_lookup_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_ARRAY_TYPE_SPECIALIZATIONS" : 
[ run no_array_type_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_array_type_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_AUTO_PTR" : 
[ run no_auto_ptr_pass.cpp <template>config_test_options ]
[ compile-fail no_auto_ptr_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_BCB_PARTIAL_SPECIALIZATION_BUG" : 
[ run no_bcb_partial_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_bcb_partial_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_CTYPE_FUNCTIONS" : 
[ run no_ctype_functions_pass.cpp <template>config_test_options ]
[ compile-fail no_ctype_functions_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_CV_SPECIALIZATIONS" : 
[ run no_cv_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_cv_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_CV_VOID_SPECIALIZATIONS" : 
[ run no_cv_void_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_cv_void_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_CWCHAR" : 
[ run no_cwchar_pass.cpp <template>config_test_options ]
[ compile-fail no_cwchar_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_CWCTYPE" : 
[ run no_cwctype_pass.cpp <template>config_test_options ]
[ compile-fail no_cwctype_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_DEDUCED_TYPENAME" : 
[ run no_ded_typename_pass.cpp <template>config_test_options ]
[ compile-fail no_ded_typename_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_DEPENDENT_NESTED_DERIVATIONS" : 
[ run no_dep_nested_class_pass.cpp <template>config_test_options ]
[ compile-fail no_dep_nested_class_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_DEPENDENT_TYPES_IN_TEMPLATE_VALUE_PARAMETERS" : 
[ run no_dep_val_param_pass.cpp <template>config_test_options ]
[ compile-fail no_dep_val_param_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_EXCEPTION_STD_NAMESPACE" : 
[ run no_excep_std_pass.cpp <template>config_test_options ]
[ compile-fail no_excep_std_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_EXCEPTIONS" : 
[ run no_exceptions_pass.cpp <template>config_test_options ]
[ compile-fail no_exceptions_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_EXPLICIT_FUNCTION_TEMPLATE_ARGUMENTS" : 
[ run no_exp_func_tem_arg_pass.cpp <template>config_test_options ]
[ compile-fail no_exp_func_tem_arg_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_FUNCTION_TEMPLATE_ORDERING" : 
[ run no_func_tmp_order_pass.cpp <template>config_test_options ]
[ compile-fail no_func_tmp_order_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_MS_INT64_NUMERIC_LIMITS" : 
[ run no_i64_limits_pass.cpp <template>config_test_options ]
[ compile-fail no_i64_limits_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_INCLASS_MEMBER_INITIALIZATION" : 
[ run no_inline_memb_init_pass.cpp <template>config_test_options ]
[ compile-fail no_inline_memb_init_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_INTEGRAL_INT64_T" : 
[ run no_integral_int64_t_pass.cpp <template>config_test_options ]
[ compile-fail no_integral_int64_t_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_TEMPLATED_ITERATOR_CONSTRUCTORS" : 
[ run no_iter_construct_pass.cpp <template>config_test_options ]
[ compile-fail no_iter_construct_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_LIMITS" : 
[ run no_limits_pass.cpp <template>config_test_options ]
[ compile-fail no_limits_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_LIMITS_COMPILE_TIME_CONSTANTS" : 
[ run no_limits_const_exp_pass.cpp <template>config_test_options ]
[ compile-fail no_limits_const_exp_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_LONG_LONG_NUMERIC_LIMITS" : 
[ run no_ll_limits_pass.cpp <template>config_test_options ]
[ compile-fail no_ll_limits_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_MEMBER_FUNCTION_SPECIALIZATIONS" : 
[ run no_mem_func_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_mem_func_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_MEMBER_TEMPLATE_KEYWORD" : 
[ run no_mem_tem_keyword_pass.cpp <template>config_test_options ]
[ compile-fail no_mem_tem_keyword_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_MEMBER_TEMPLATE_FRIENDS" : 
[ run no_mem_templ_frnds_pass.cpp <template>config_test_options ]
[ compile-fail no_mem_templ_frnds_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_MEMBER_TEMPLATES" : 
[ run no_mem_templates_pass.cpp <template>config_test_options ]
[ compile-fail no_mem_templates_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_OPERATORS_IN_NAMESPACE" : 
[ run no_ops_in_namespace_pass.cpp <template>config_test_options ]
[ compile-fail no_ops_in_namespace_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_TEMPLATE_PARTIAL_SPECIALIZATION" : 
[ run no_partial_spec_pass.cpp <template>config_test_options ]
[ compile-fail no_partial_spec_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_PRIVATE_IN_AGGREGATE" : 
[ run no_priv_aggregate_pass.cpp <template>config_test_options ]
[ compile-fail no_priv_aggregate_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_POINTER_TO_MEMBER_CONST" : 
[ run no_ptr_mem_const_pass.cpp <template>config_test_options ]
[ compile-fail no_ptr_mem_const_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_UNREACHABLE_RETURN_DETECTION" : 
[ run no_ret_det_pass.cpp <template>config_test_options ]
[ compile-fail no_ret_det_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_SFINAE" : 
[ run no_sfinae_pass.cpp <template>config_test_options ]
[ compile-fail no_sfinae_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_STRINGSTREAM" : 
[ run no_sstream_pass.cpp <template>config_test_options ]
[ compile-fail no_sstream_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_STD_ALLOCATOR" : 
[ run no_std_allocator_pass.cpp <template>config_test_options ]
[ compile-fail no_std_allocator_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_STD_DISTANCE" : 
[ run no_std_distance_pass.cpp <template>config_test_options ]
[ compile-fail no_std_distance_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_STD_ITERATOR_TRAITS" : 
[ run no_std_iter_traits_pass.cpp <template>config_test_options ]
[ compile-fail no_std_iter_traits_fail.cpp <template>config_test_options ] ;
test-suite "BOOST_NO_STD_ITERATOR" : 
[ run no_std_iterator_pass.cpp <template>config_test_options ]

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -