jamfile.v2

来自「Boost provides free peer-reviewed portab」· V2 代码 · 共 53 行

V2
53
字号
#  Boost.SmartPtr Library test Jamfile##  Copyright (c) 2003-2007 Peter Dimov#  Copyright (c) 2003 Dave Abrahams##  Distributed under the Boost Software License, Version 1.0. (See#  accompanying file LICENSE_1_0.txt or copy at#  http://www.boost.org/LICENSE_1_0.txt)# bring in rules for testingimport testing ;{    test-suite "smart_ptr"        : [ run smart_ptr_test.cpp ]          [ run shared_ptr_basic_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]          [ run shared_ptr_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]          [ run weak_ptr_test.cpp ]          [ run shared_from_this_test.cpp : : : <toolset>gcc:<cxxflags>-Wno-non-virtual-dtor ]          [ run get_deleter_test.cpp ]          [ run intrusive_ptr_test.cpp ]          [ run atomic_count_test.cpp ]          [ run lw_mutex_test.cpp ]          [ compile-fail shared_ptr_assign_fail.cpp ]          [ compile-fail shared_ptr_delete_fail.cpp ]          [ compile-fail shared_ptr_compare_fail.cpp ]          [ run shared_ptr_alloc2_test.cpp ]          [ run pointer_cast_test.cpp ]          [ compile pointer_to_other_test.cpp ]          [ run auto_ptr_rv_test.cpp ]          [ run shared_ptr_alias_test.cpp ]          [ run shared_ptr_rv_test.cpp ]          [ run shared_ptr_move_test.cpp ]          [ compile-fail shared_ptr_pv_fail.cpp ]          [ run sp_unary_addr_test.cpp ]          [ compile-fail scoped_ptr_eq_fail.cpp ]          [ compile-fail scoped_array_eq_fail.cpp ]          [ run esft_regtest.cpp ]          [ run yield_k_test.cpp ]          [ run yield_k_test.cpp : : : <threading>multi : yield_k_test.mt ]          [ run spinlock_test.cpp ]          [ run spinlock_try_test.cpp ]          [ run spinlock_try_test.cpp : : : <threading>multi : spinlock_try_test.mt ]          [ run spinlock_pool_test.cpp ]          [ run make_shared_test.cpp ]          [ run sp_convertible_test.cpp ]          [ run wp_convertible_test.cpp ]          [ run ip_convertible_test.cpp ]          [ run allocate_shared_test.cpp ]          [ run sp_atomic_test.cpp ]        ;}

⌨️ 快捷键说明

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