Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_insdel_item_string_ellentree.cpp
1 //$$CDS-header$$
2
3 #include "map2/map_insdel_item_string.h"
4 #include "map2/map_type_ellen_bintree.h"
5
6 namespace map2 {
7     CDSUNIT_DEFINE_EllenBinTreeMap( cc::ellen_bintree::implementation_tag, Map_InsDel_Item_string)
8
9     CPPUNIT_TEST_SUITE_PART( Map_InsDel_Item_string, run_EllenBinTreeMap )
10         CDSUNIT_TEST_EllenBinTreeMap
11     CPPUNIT_TEST_SUITE_END_PART()
12 } // namespace map2