Migrated SplitListMap unit test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Fri, 1 Apr 2016 21:01:39 +0000 (00:01 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 1 Apr 2016 21:01:39 +0000 (00:01 +0300)
commitfd4dd29f602c1365f8fb0102eaf57b89e93f251f
tree3969d2c5e8bd9a77a3e8cdf8fcb342f2a9c2e39b
parent6b3ae76dba3834fc751b0742bf890a7605ce8cac
Migrated SplitListMap unit test to gtest framework
18 files changed:
projects/Win/vc14/gtest-map.vcxproj
projects/Win/vc14/gtest-map.vcxproj.filters
test/unit/map/CMakeLists.txt
test/unit/map/split_lazy_dhp.cpp [new file with mode: 0644]
test/unit/map/split_lazy_hp.cpp [new file with mode: 0644]
test/unit/map/split_lazy_nogc.cpp [new file with mode: 0644]
test/unit/map/split_lazy_rcu_gpb.cpp [new file with mode: 0644]
test/unit/map/split_lazy_rcu_gpi.cpp [new file with mode: 0644]
test/unit/map/split_lazy_rcu_gpt.cpp [new file with mode: 0644]
test/unit/map/split_lazy_rcu_shb.cpp [new file with mode: 0644]
test/unit/map/split_lazy_rcu_sht.cpp [new file with mode: 0644]
test/unit/map/split_michael_rcu_gpb.cpp [new file with mode: 0644]
test/unit/map/split_michael_rcu_gpi.cpp [new file with mode: 0644]
test/unit/map/split_michael_rcu_gpt.cpp [new file with mode: 0644]
test/unit/map/split_michael_rcu_shb.cpp [new file with mode: 0644]
test/unit/map/split_michael_rcu_sht.cpp [new file with mode: 0644]
test/unit/map/test_split_lazy_rcu.h [new file with mode: 0644]
test/unit/map/test_split_michael_rcu.h [new file with mode: 0644]