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

📄 jamfile

📁 boost库提供标准的C++ API 配合dev c++使用,功能更加强大
💻
字号:
# Copyright David Abrahams 2003. Permission to copy, use,
# modify, sell and distribute this software is granted provided this
# copyright notice appears in all copies. This software is provided
# "as is" without express or implied warranty, and with no claim as
# to its suitability for any purpose.

# For more information, see http://www.boost.org/


# Testing Jamfile autogenerated from XML source
subproject libs/utility/test ;

# bring in rules for testing
import testing ;

# Make tests run by default.
DEPENDS all : test ;

local test_monitor = <lib>@boost/libs/test/build/boost_test_exec_monitor ;

test-suite utility
    : 
        [ run ../iterator_traits_test.cpp ]
        [ run ../iterators_test.cpp $(test_monitor) ]
        [ compile-fail ../noncopyable_test.cpp ]
        [ run ../numeric_traits_test.cpp ]
        [ run ../operators_test.cpp $(test_monitor) ]
        [ run ../binary_search_test.cpp $(test_monitor) ]
        [ run ../call_traits_test.cpp : -u ]
        [ compile-fail ../checked_delete_test.cpp ]
        [ run ../compressed_pair_test.cpp $(test_monitor) : -u ]
        [ run ../addressof_test.cpp $(test_monitor) ]
        [ run ../ref_test.cpp $(test_monitor) ]
        [ run ../enable_if_constructors.cpp $(test_monitor) ]
        [ run ../enable_if_dummy_arg_disambiguation.cpp $(test_monitor) ]
        [ run ../enable_if_lazy.cpp $(test_monitor) ]
        [ run ../enable_if_lazy_test.cpp $(test_monitor) ]
        [ run ../enable_if_member_templates.cpp $(test_monitor) ]
        [ run ../enable_if_namespace_disambiguation.cpp $(test_monitor) ]
        [ run ../enable_if_no_disambiguation.cpp $(test_monitor) ]
        [ run ../enable_if_partial_specializations.cpp $(test_monitor) ]
        [ run next_prior_test.cpp $(test_monitor) ]          
    ;

⌨️ 快捷键说明

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