Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_insdel_int_cuckoo.cpp
index f18faff98bb9954cba0e02018a29fd21a9aaead7..b9e399dc94270af72b7db9610a4d963fd988fc97 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "map2/map_insdel_int.h"
+#include "map2/map_type_cuckoo.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_CuckooMap(cds::intrusive::cuckoo::implementation_tag, Map_InsDel_int)
+
     CPPUNIT_TEST_SUITE_PART( Map_InsDel_int, run_CuckooMap )
         CDSUNIT_TEST_CuckooMap
     CPPUNIT_TEST_SUITE_END_PART()