Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_find_int_striped.cpp
index d93dbf1a49eff1332d94a10d9ca01acd36da3b87..23b1c393594076821cb4bf6e7475e2be734a43f4 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "map2/map_find_int.h"
+#include "map2/map_type_striped.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_StripedMap(cc::striped_set::implementation_tag, Map_find_int)
+
     CPPUNIT_TEST_SUITE_PART( Map_find_int, run_StripedMap )
         CDSUNIT_TEST_StripedMap
     CPPUNIT_TEST_SUITE_END_PART()