MultiLevelHashSet test, bugfixing
[libcds.git] / tests / unit / map2 / map_insdel_int_cuckoo.cpp
index f18faff98bb9954cba0e02018a29fd21a9aaead7..b701d0a0c7b98e103e7a84918f5bb3b8e79e9e49 100644 (file)
@@ -1,9 +1,12 @@
 //$$CDS-header$$
 
 #include "map2/map_insdel_int.h"
+#include "map2/map_type_cuckoo.h"
+
+#undef TEST_CASE
+#define TEST_CASE(TAG, X)  void Map_InsDel_int::X() { run_test<typename map_type< TAG, key_type, value_type>::X>(); }
+#include "map2/map_defs.h"
 
 namespace map2 {
-    CPPUNIT_TEST_SUITE_PART( Map_InsDel_int, run_CuckooMap )
-        CDSUNIT_TEST_CuckooMap
-    CPPUNIT_TEST_SUITE_END_PART()
+    CDSUNIT_DECLARE_CuckooMap
 } // namespace map2