Refactored Set_InsDelFind MT-test
[libcds.git] / tests / unit / set2 / set_insdelfind_skip.cpp
index 8e498651d3cc6b333541830039eacf3b7b186407..0883424b26921a26f8755694b4c5bfa95da54fee 100644 (file)
@@ -1,9 +1,12 @@
 //$$CDS-header$$
 
 #include "set2/set_insdelfind.h"
+#include "set2/set_type_skip_list.h"
+
+#undef TEST_CASE
+#define TEST_CASE(TAG, X)  void Set_InsDelFind::X() { run_test<typename set_type< TAG, key_type, value_type>::X>(); }
+#include "set2/set_defs.h"
 
 namespace set2 {
-    CPPUNIT_TEST_SUITE_PART( Set_InsDelFind, run_SkipListSet )
-        CDSUNIT_TEST_SkipListSet
-    CPPUNIT_TEST_SUITE_END_PART()
+    CDSUNIT_DECLARE_SkipListSet
 } // namespace set2