]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/icl/test/test_set_icl_set_cases.hpp
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / src / boost / libs / icl / test / test_set_icl_set_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_SET_ICL_SET_CASES_HPP_JOFA_090701
9 #define BOOST_ICL_TEST_SET_ICL_SET_CASES_HPP_JOFA_090701
10
11 BOOST_AUTO_TEST_CASE_TEMPLATE
12 (test_itl_itl_set_check_monoid_plus_4_bicremental_types, T, discrete_types)
13 { itl_set_check_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
14
15 BOOST_AUTO_TEST_CASE_TEMPLATE
16 (test_itl_itl_set_check_abelian_monoid_plus_4_bicremental_types, T, discrete_types)
17 { itl_set_check_abelian_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
18
19 BOOST_AUTO_TEST_CASE_TEMPLATE
20 (test_itl_itl_set_check_abelian_monoid_et_4_bicremental_types, T, discrete_types)
21 { itl_set_check_abelian_monoid_et_4_bicremental_types<T, INTERVAL_SET>();}
22
23 BOOST_AUTO_TEST_CASE_TEMPLATE
24 (test_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types, T, discrete_types)
25 { itl_set_check_partial_invertive_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
26
27 #endif // BOOST_ICL_TEST_SET_ICL_SET_CASES_HPP_JOFA_090701
28
29