Split up set2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / set2 / set_insdel_string_refinable.cpp
index fb14006ef6ab0eeeae09dc2ba678ea5ba9994e1a..33c2a0d01141ef87cf56d2b0fc69ef0e2c80580e 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "set2/set_insdel_string.h"
+#include "set2/set_type_striped.h"
 
 namespace set2 {
+    CDSUNIT_DEFINE_RefinableSet( cc::striped_set::implementation_tag, Set_InsDel_string )
+
     CPPUNIT_TEST_SUITE_PART( Set_InsDel_string, run_RefinableSet )
         CDSUNIT_TEST_RefinableSet
     CPPUNIT_TEST_SUITE_END_PART()