Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_insdelfind_split.cpp
index c5b3c7c1831b98346bc2c24d56c40c7c7c8c21e5..f96c8839c5bee4d15237887d769dc8087a4a3534 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "map2/map_insdelfind.h"
+#include "map2/map_type_split_list.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_SplitList( cc::split_list::implementation_tag, Map_InsDelFind )
+
     CPPUNIT_TEST_SUITE_PART( Map_InsDelFind, run_SplitList )
         CDSUNIT_TEST_SplitList
     CPPUNIT_TEST_SUITE_END_PART()