Reorganized map2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / map2 / map_find_int_skip.cpp
index edfcc4106f7a6d7bde6b0788f98d597f58bafc97..6ede5c5113c2b6909f1f420d13b06dae7dde2b91 100644 (file)
@@ -1,8 +1,12 @@
 //$$CDS-header$$
 
 #include "map2/map_find_int.h"
+#include "map2/map_type_skip_list.h"
 
 namespace map2 {
+    CDSUNIT_DEFINE_SkipListMap( cc::skip_list::implementation_tag, Map_find_int)
+    CDSUNIT_DEFINE_SkipListMap_nogc( cc::skip_list::implementation_tag, Map_find_int)
+
     CPPUNIT_TEST_SUITE_PART( Map_find_int, run_SkipListMap )
         CDSUNIT_TEST_SkipListMap
         CDSUNIT_TEST_SkipListMap_nogc