Splitted up map_insfind_int test to reduce compiling time and memory requirements
authorkhizmax <libcds.dev@gmail.com>
Mon, 23 Mar 2015 19:24:27 +0000 (22:24 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 23 Mar 2015 19:24:27 +0000 (22:24 +0300)
commit7d65bc00392f42370b925d298276cb70c07827d5
tree7b988cb3c04454d8a58f026d0ebd072cdfdda16f
parentb9a76a0b206cad4e60b9ea8f9222662bcd92abc6
Splitted up map_insfind_int test to reduce compiling time and memory requirements
13 files changed:
projects/Win/vc12/unit-map-find.vcxproj
projects/source.unit.map.mk
tests/unit/map2/map_insfind_int.cpp
tests/unit/map2/map_insfind_int.h [new file with mode: 0644]
tests/unit/map2/map_insfind_int_bronsonavltree.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_cuckoo.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_ellentree.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_michael.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_refinable.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_skip.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_split.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_std.cpp [new file with mode: 0644]
tests/unit/map2/map_insfind_int_striped.cpp [new file with mode: 0644]