Incorporated MultiLevelHashSet into set's MT-test
[libcds.git] / tests / unit / set2 / set_insdelfind_refinable.cpp
1 //$$CDS-header$$
2
3 #include "set2/set_insdelfind.h"
4 #include "set2/set_type_striped.h"
5
6 namespace set2 {
7     CDSUNIT_DEFINE_RefinableSet( cc::striped_set::implementation_tag, Set_InsDelFind )
8
9     CPPUNIT_TEST_SUITE_PART( Set_InsDelFind, run_RefinableSet )
10         CDSUNIT_TEST_RefinableSet
11     CPPUNIT_TEST_SUITE_END_PART()
12 } // namespace set2