1 | # Boost.MultiIndex tests Jamfile |
---|
2 | # |
---|
3 | # Copyright 2003-2004 Joaquín M López Muñoz. |
---|
4 | # Distributed under the Boost Software License, Version 1.0. |
---|
5 | # (See accompanying file LICENSE_1_0.txt or copy at |
---|
6 | # http://www.boost.org/LICENSE_1_0.txt) |
---|
7 | # |
---|
8 | # See http://www.boost.org/libs/multi_index for library home page. |
---|
9 | |
---|
10 | test-suite "multi_index" : |
---|
11 | [ run test_basic.cpp test_basic_main.cpp ] |
---|
12 | [ run test_capacity.cpp test_capacity_main.cpp ] |
---|
13 | [ run test_comparison.cpp test_comparison_main.cpp ] |
---|
14 | [ run test_composite_key.cpp test_composite_key_main.cpp ] |
---|
15 | [ run test_conv_iterators.cpp test_conv_iterators_main.cpp ] |
---|
16 | [ run test_copy_assignment.cpp test_copy_assignment_main.cpp ] |
---|
17 | [ run test_hash_ops.cpp test_hash_ops_main.cpp ] |
---|
18 | [ run test_iterators.cpp test_iterators_main.cpp ] |
---|
19 | [ run test_key_extractors.cpp test_key_extractors_main.cpp ] |
---|
20 | [ run test_list_ops.cpp test_list_ops_main.cpp ] |
---|
21 | [ run test_modifiers.cpp test_modifiers_main.cpp ] |
---|
22 | [ run test_mpl_ops.cpp test_mpl_ops_main.cpp ] |
---|
23 | [ run test_observers.cpp test_observers_main.cpp ] |
---|
24 | [ run test_projection.cpp test_projection_main.cpp ] |
---|
25 | [ run test_range.cpp test_range_main.cpp ] |
---|
26 | [ run test_safe_mode.cpp test_safe_mode_main.cpp ] |
---|
27 | [ run test_serialization.cpp test_serialization_main.cpp |
---|
28 | /boost/serialization//boost_serialization ] |
---|
29 | [ run test_set_ops.cpp test_set_ops_main.cpp ] |
---|
30 | [ run test_special_list_ops.cpp test_special_list_ops_main.cpp ] |
---|
31 | [ run test_special_set_ops.cpp test_special_set_ops_main.cpp ] |
---|
32 | [ run test_update.cpp test_update_main.cpp ] |
---|
33 | ; |
---|