Start to migrate map unit test to gtest
authorkhizmax <libcds.dev@gmail.com>
Sun, 27 Mar 2016 19:51:17 +0000 (22:51 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sun, 27 Mar 2016 19:51:17 +0000 (22:51 +0300)
commit7d2a2ffc1eeca2819e78568a43c90f9be6656ef4
tree166958e3a695ba4c7d1b8dee391d1dcf0c6ec580
parentcc36eb6fd0970a8ea7c8bfa3ebdf6b6dbd7739ac
Start to migrate map unit test to gtest
projects/Win/vc14/cds.sln
projects/Win/vc14/gtest-map.vcxproj [new file with mode: 0644]
projects/Win/vc14/gtest-map.vcxproj.filters [new file with mode: 0644]
test/unit/CMakeLists.txt
test/unit/map/CMakeLists.txt [new file with mode: 0644]
test/unit/map/michael_michael_dhp.cpp [new file with mode: 0644]
test/unit/map/michael_michael_hp.cpp [new file with mode: 0644]
test/unit/map/test_map.h [new file with mode: 0644]
test/unit/map/test_map_hp.h [new file with mode: 0644]
test/unit/set/michael_michael_hp.cpp