Merge branch 'integration' into dev
[libcds.git] / tests / unit / map2 / map_find_int_michael.cpp
1 //$$CDS-header$$
2
3 #include "map2/map_find_int.h"
4 #include "map2/map_type_michael.h"
5
6 namespace map2 {
7     CDSUNIT_DEFINE_MichaelMap( cc::michael_map::implementation_tag, Map_find_int )
8     CDSUNIT_DEFINE_MichaelMap_nogc( cc::michael_map::implementation_tag, Map_find_int )
9
10     CPPUNIT_TEST_SUITE_PART( Map_find_int, run_MichaelMap )
11         CDSUNIT_TEST_MichaelMap
12         CDSUNIT_TEST_MichaelMap_nogc
13     CPPUNIT_TEST_SUITE_END_PART()
14 } // namespace map2