Incorporated MultiLevelHashSet into set's MT-test
[libcds.git] / tests / unit / set2 / set_insdelfind_michael.cpp
1 //$$CDS-header$$
2
3 #include "set2/set_insdelfind.h"
4 #include "set2/set_type_michael.h"
5
6
7 namespace set2 {
8     CDSUNIT_DEFINE_MichaelSet( cc::michael_set::implementation_tag, Set_InsDelFind )
9
10     CPPUNIT_TEST_SUITE_PART( Set_InsDelFind, run_MichaelSet )
11         CDSUNIT_TEST_MichaelSet
12     CPPUNIT_TEST_SUITE_END_PART()
13 } // namespace set2