]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/icl/test/fastest_icl_map_/fastest_icl_map_cases.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / icl / test / fastest_icl_map_ / fastest_icl_map_cases.hpp
1 /*-----------------------------------------------------------------------------+
2 Copyright (c) 2008-2009: Joachim Faulhaber
3 +------------------------------------------------------------------------------+
4 Distributed under the Boost Software License, Version 1.0.
5 (See accompanying file LICENCE.txt or copy at
6 http://www.boost.org/LICENSE_1_0.txt)
7 +-----------------------------------------------------------------------------*/
8 #ifndef BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
9 #define BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
10
11 BOOST_AUTO_TEST_CASE
12 (fastest_icl_icl_map_contains_4_bicremental_types)
13 { icl_map_contains_4_bicremental_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
14
15 BOOST_AUTO_TEST_CASE
16 (fastest_icl_icl_map_find_4_bicremental_types)
17 { icl_map_find_4_bicremental_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
18
19 BOOST_AUTO_TEST_CASE
20 (fastest_icl_icl_map_move_4_discrete_types)
21 { icl_map_move_4_discrete_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
22
23 #endif // BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701