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