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 
BOOST_AUTO_TEST_CASE_TEMPLATE(test_itl_itl_set_check_monoid_plus_4_bicremental_types,T,discrete_types)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 
BOOST_AUTO_TEST_CASE_TEMPLATE(test_itl_itl_set_check_abelian_monoid_plus_4_bicremental_types,T,discrete_types)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 
BOOST_AUTO_TEST_CASE_TEMPLATE(test_itl_itl_set_check_abelian_monoid_et_4_bicremental_types,T,discrete_types)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 
BOOST_AUTO_TEST_CASE_TEMPLATE(test_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types,T,discrete_types)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 
30