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