Migrated MichaelMap unit test to gtest
authorkhizmax <libcds.dev@gmail.com>
Mon, 28 Mar 2016 21:49:23 +0000 (00:49 +0300)
committerkhizmax <libcds.dev@gmail.com>
Mon, 28 Mar 2016 21:49:23 +0000 (00:49 +0300)
commitbb5bf5f69210ca40bdf9a24a4037949d6b923054
tree71d99b04ad671ff2b10b0214341d604620022f82
parent7ed8bed9e256d75bd1770ace553233f36be9b7ff
Migrated MichaelMap unit test to gtest
20 files changed:
projects/Win/vc14/gtest-map.vcxproj
projects/Win/vc14/gtest-map.vcxproj.filters
test/unit/map/CMakeLists.txt
test/unit/map/michael_lazy_dhp.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_hp.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_rcu_gpb.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_rcu_gpi.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_rcu_gpt.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_rcu_shb.cpp [new file with mode: 0644]
test/unit/map/michael_lazy_rcu_sht.cpp [new file with mode: 0644]
test/unit/map/michael_michael_rcu_gpb.cpp [new file with mode: 0644]
test/unit/map/michael_michael_rcu_gpi.cpp [new file with mode: 0644]
test/unit/map/michael_michael_rcu_gpt.cpp [new file with mode: 0644]
test/unit/map/michael_michael_rcu_shb.cpp [new file with mode: 0644]
test/unit/map/michael_michael_rcu_sht.cpp [new file with mode: 0644]
test/unit/map/test_map.h
test/unit/map/test_map_hp.h
test/unit/map/test_map_rcu.h [new file with mode: 0644]
test/unit/map/test_michael_lazy_rcu.h [new file with mode: 0644]
test/unit/map/test_michael_michael_rcu.h [new file with mode: 0644]