Migrated SplitListSet unit tests o gtest framework
authorkhizmax <libcds.dev@gmail.com>
Fri, 18 Mar 2016 21:58:15 +0000 (00:58 +0300)
committerkhizmax <libcds.dev@gmail.com>
Fri, 18 Mar 2016 21:58:15 +0000 (00:58 +0300)
commitd0f8edf79da41bd5e87754a0250db1822e54b7b9
tree023c419d976c9daf404e8fb65c8872c86bdefbc0
parent76ae4860f0267ecb4358ad14cf0427bf89caba10
Migrated SplitListSet unit tests o gtest framework
21 files changed:
projects/Win/vc14/gtest-set.vcxproj
projects/Win/vc14/gtest-set.vcxproj.filters
test/unit/set/CMakeLists.txt
test/unit/set/split_lazy_dhp.cpp [new file with mode: 0644]
test/unit/set/split_lazy_hp.cpp [new file with mode: 0644]
test/unit/set/split_lazy_nogc.cpp [new file with mode: 0644]
test/unit/set/split_lazy_rcu_gpb.cpp [new file with mode: 0644]
test/unit/set/split_lazy_rcu_gpi.cpp [new file with mode: 0644]
test/unit/set/split_lazy_rcu_gpt.cpp [new file with mode: 0644]
test/unit/set/split_lazy_rcu_shb.cpp [new file with mode: 0644]
test/unit/set/split_lazy_rcu_sht.cpp [new file with mode: 0644]
test/unit/set/split_michael_dhp.cpp [new file with mode: 0644]
test/unit/set/split_michael_hp.cpp [new file with mode: 0644]
test/unit/set/split_michael_nogc.cpp [new file with mode: 0644]
test/unit/set/split_michael_rcu_gpb.cpp [new file with mode: 0644]
test/unit/set/split_michael_rcu_gpi.cpp [new file with mode: 0644]
test/unit/set/split_michael_rcu_gpt.cpp [new file with mode: 0644]
test/unit/set/split_michael_rcu_shb.cpp [new file with mode: 0644]
test/unit/set/split_michael_rcu_sht.cpp [new file with mode: 0644]
test/unit/set/test_split_lazy_rcu.h [new file with mode: 0644]
test/unit/set/test_split_michael_rcu.h [new file with mode: 0644]