84eb5afbaa
[SVN r66436]
30 lines
1.4 KiB
C++
30 lines
1.4 KiB
C++
/*-----------------------------------------------------------------------------+
|
|
Copyright (c) 2008-2009: Joachim Faulhaber
|
|
+------------------------------------------------------------------------------+
|
|
Distributed under the Boost Software License, Version 1.0.
|
|
(See accompanying file LICENCE.txt or copy at
|
|
http://www.boost.org/LICENSE_1_0.txt)
|
|
+-----------------------------------------------------------------------------*/
|
|
#ifndef BOOST_ICL_TEST_SET_ICL_SET_CASES_HPP_JOFA_090701
|
|
#define BOOST_ICL_TEST_SET_ICL_SET_CASES_HPP_JOFA_090701
|
|
|
|
BOOST_AUTO_TEST_CASE_TEMPLATE
|
|
(test_itl_itl_set_check_monoid_plus_4_bicremental_types, T, discrete_types)
|
|
{ itl_set_check_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
|
|
|
|
BOOST_AUTO_TEST_CASE_TEMPLATE
|
|
(test_itl_itl_set_check_abelian_monoid_plus_4_bicremental_types, T, discrete_types)
|
|
{ itl_set_check_abelian_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
|
|
|
|
BOOST_AUTO_TEST_CASE_TEMPLATE
|
|
(test_itl_itl_set_check_abelian_monoid_et_4_bicremental_types, T, discrete_types)
|
|
{ itl_set_check_abelian_monoid_et_4_bicremental_types<T, INTERVAL_SET>();}
|
|
|
|
BOOST_AUTO_TEST_CASE_TEMPLATE
|
|
(test_itl_itl_set_check_partial_invertive_monoid_plus_4_bicremental_types, T, discrete_types)
|
|
{ itl_set_check_partial_invertive_monoid_plus_4_bicremental_types<T, INTERVAL_SET>();}
|
|
|
|
#endif // BOOST_ICL_TEST_SET_ICL_SET_CASES_HPP_JOFA_090701
|
|
|
|
|