CMake build system introduced (issue #9)
[libcds.git] / tests / unit / map2 / map_insdel_item_int_cuckoo.cpp
index 6213c6fb9f40fb38ed3efe08cbf443af9c43a303..a0dd6d6ac66080db009602bd76f6540d3cde7d7f 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "map2/map_insdel_item_int.h"
+#include "map2/map_type_cuckoo.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_CuckooMap(cds::intrusive::cuckoo::implementation_tag, Map_InsDel_Item_int)
+
     CPPUNIT_TEST_SUITE_PART( Map_InsDel_Item_int, run_CuckooMap )
         CDSUNIT_TEST_CuckooMap
     CPPUNIT_TEST_SUITE_END_PART()