Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/libs/functional/hash/test/Jamfile.v2 @ 12

Last change on this file since 12 was 12, checked in by landauf, 17 years ago

added boost

File size: 1.1 KB
Line 
1
2#  (C) Copyright Daniel James 2005.
3#  Use, modification and distribution are subject to the
4#  Boost Software License, Version 1.0. (See accompanying file
5#  LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
6
7import testing ;
8
9alias framework : /boost/test//boost_unit_test_framework ;
10
11test-suite functional/hash
12    :
13        [ run hash_number_test.cpp framework ]
14        [ run hash_pointer_test.cpp framework ]
15        [ run hash_function_pointer_test.cpp framework ]
16        [ run hash_float_test.cpp framework : : : <test-info>always_show_run_output ]
17        [ run hash_string_test.cpp framework ]
18        [ run hash_range_test.cpp framework ]
19        [ run hash_custom_test.cpp framework ]
20        [ run hash_built_in_array_test.cpp framework ]
21        [ run hash_value_array_test.cpp framework ]
22        [ run hash_vector_test.cpp framework ]
23        [ run hash_list_test.cpp framework ]
24        [ run hash_deque_test.cpp framework ]
25        [ run hash_set_test.cpp framework ]
26        [ run hash_map_test.cpp framework ]
27        [ run link_test.cpp link_test_2.cpp ]
28    ;
Note: See TracBrowser for help on using the repository browser.