jamfile.v2

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

V2
28
字号
# Copyright 2006-2008 Daniel James.# 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)import testing ;#alias framework : /boost/test//boost_unit_test_framework ;alias framework : ;project unordered-test/exception-tests    : requirements        <toolset>intel-linux:"<cxxflags>-strict_ansi -cxxlib-icc"        <toolset>gcc:<cxxflags>"-Wsign-promo -Wunused-parameter"    ;test-suite unordered-exception    :        [ run constructor_exception_tests.cpp framework ]        [ run copy_exception_tests.cpp framework ]        [ run assign_exception_tests.cpp framework ]        [ run insert_exception_tests.cpp framework ]        [ run erase_exception_tests.cpp framework ]        [ run rehash_exception_tests.cpp framework ]        [ run swap_exception_tests.cpp framework : : :            <define>BOOST_UNORDERED_SWAP_METHOD=2 ]    ;

⌨️ 快捷键说明

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