Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_insdel_func_skip.cpp
index 9cec610e29266a8b8e17633e5205b4bf208b7d7f..d0ba06701fa1fe52f493353b6f4f91ab8f80fb0a 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "map2/map_insdel_func.h"
+#include "map2/map_type_skip_list.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_SkipListMap( cc::skip_list::implementation_tag, Map_InsDel_func)
+
     CPPUNIT_TEST_SUITE_PART( Map_InsDel_func, run_SkipListMap )
         CDSUNIT_TEST_SkipListMap
     CPPUNIT_TEST_SUITE_END_PART()