icl/test/test_set_icl_set_cases.hpp
Joachim Faulhaber 84eb5afbaa Boost.Icl version 4.0.0 initial import
[SVN r66436]
2010-11-07 17:05:48 +00:00

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