Split up set2 unit test to reduce compiling time and memory
[libcds.git] / tests / unit / set2 / set_delodd_michael.cpp
1 //$$CDS-header$$
2
3 #include "set2/set_delodd.h"
4 #include "set2/set_type_michael.h"
5
6 namespace set2 {
7     CDSUNIT_DEFINE_MichaelSet(cc::michael_set::implementation_tag, Set_DelOdd)
8
9     CPPUNIT_TEST_SUITE_PART( Set_DelOdd, run_MichaelSet )
10         CDSUNIT_TEST_MichaelSet
11     CPPUNIT_TEST_SUITE_END_PART()
12
13 } // namespace set2