test_icl_map_cases.hpp 1.1 KB

1234567891011121314151617181920212223
  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_ICL_MAP_CASES_HPP_JOFA_090701
  9. #define BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701
  10. BOOST_AUTO_TEST_CASE_TEMPLATE
  11. (test_itl_icl_map_find_4_bicremental_types, T, discrete_types)
  12. { icl_map_find_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
  13. BOOST_AUTO_TEST_CASE_TEMPLATE
  14. (test_itl_icl_map_inclusion_compare_4_bicremental_types, T, discrete_types)
  15. { icl_map_inclusion_compare_4_bicremental_types<T, int, partial_absorber, INTERVAL_MAP>();}
  16. BOOST_AUTO_TEST_CASE
  17. (test_icl_icl_map_move_4_discrete_types)
  18. { icl_map_move_4_discrete_types<discrete_type_1, int, partial_absorber, INTERVAL_MAP>();}
  19. #endif // BOOST_ICL_TEST_ICL_MAP_CASES_HPP_JOFA_090701