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