ba047749ffe61ad672f3f5b749c98f86777f9690
[libcds.git] / tests / unit / map2 / map_insdel_string_skip.cpp
1 //$$CDS-header$$
2
3 #include "map2/map_insdel_string.h"
4 #include "map2/map_type_skip_list.h"
5
6 namespace map2 {
7     CDSUNIT_DEFINE_SkipListMap( cc::skip_list::implementation_tag, Map_InsDel_string)
8
9     CPPUNIT_TEST_SUITE_PART( Map_InsDel_string, run_SkipListMap )
10         CDSUNIT_TEST_SkipListMap
11     CPPUNIT_TEST_SUITE_END_PART()
12 } // namespace map2