blob: 2100b7e603a2c9da870f30e0d4132d46beab6bcc [file] [log] [blame]
/*-----------------------------------------------------------------------------+
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