Splitted up map_find_int test to reduce compiling time and memory requirements
[libcds.git] / tests / unit / map2 / map_find_int_striped.cpp
diff --git a/tests/unit/map2/map_find_int_striped.cpp b/tests/unit/map2/map_find_int_striped.cpp
new file mode 100644 (file)
index 0000000..d93dbf1
--- /dev/null
@@ -0,0 +1,9 @@
+//$$CDS-header$$
+
+#include "map2/map_find_int.h"
+
+namespace map2 {
+    CPPUNIT_TEST_SUITE_PART( Map_find_int, run_StripedMap )
+        CDSUNIT_TEST_StripedMap
+    CPPUNIT_TEST_SUITE_END_PART()
+} // namespace map2