jamfile.v2
来自「C++的一个好库。。。现在很流行」· V2 代码 · 共 29 行
V2
29 行
# (C) Copyright Daniel James 2005.
# Use, modification and distribution are subject to 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 ;
test-suite functional/hash
:
[ run hash_number_test.cpp framework ]
[ run hash_pointer_test.cpp framework ]
[ run hash_function_pointer_test.cpp framework ]
[ run hash_float_test.cpp framework : : : <test-info>always_show_run_output ]
[ run hash_string_test.cpp framework ]
[ run hash_range_test.cpp framework ]
[ run hash_custom_test.cpp framework ]
[ run hash_built_in_array_test.cpp framework ]
[ run hash_value_array_test.cpp framework ]
[ run hash_vector_test.cpp framework ]
[ run hash_list_test.cpp framework ]
[ run hash_deque_test.cpp framework ]
[ run hash_set_test.cpp framework ]
[ run hash_map_test.cpp framework ]
[ run link_test.cpp link_test_2.cpp ]
;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?