Split up set2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / set2 / set_insdel_func_ellentree.cpp
index d711857055c7df9ccd28c1209d359905776898ec..58028ca6008d6ae340f91a47ed4ed0a7d0282ed5 100644 (file)
@@ -1,8 +1,11 @@
 //$$CDS-header$$
 
 #include "set2/set_insdel_func.h"
+#include "set2/set_type_ellen_bintree.h"
 
 namespace set2 {
+    CDSUNIT_DEFINE_EllenBinTreeSet( cc::ellen_bintree::implementation_tag, Set_InsDel_func )
+
     CPPUNIT_TEST_SUITE_PART( Set_InsDel_func, run_EllenBinTreeSet )
         CDSUNIT_TEST_EllenBinTreeSet
     CPPUNIT_TEST_SUITE_END_PART()