Migrated container::MichelHashSet (based on MichaelList) unit tests to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Wed, 16 Mar 2016 21:09:48 +0000 (00:09 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 16 Mar 2016 21:09:48 +0000 (00:09 +0300)
commit725642071bc47aef639cd0a734a3b170d855f47d
treee66dc81626345afd70a2160378417ee5065cce37
parent70cba4469ee675d00bfa91c10879753296e819d5
Migrated container::MichelHashSet (based on MichaelList) unit tests to gtest framework
12 files changed:
projects/Win/vc14/gtest-set.vcxproj
projects/Win/vc14/gtest-set.vcxproj.filters
test/unit/set/CMakeLists.txt
test/unit/set/michael_michael_nogc.cpp [new file with mode: 0644]
test/unit/set/michael_michael_rcu_gpb.cpp [new file with mode: 0644]
test/unit/set/michael_michael_rcu_gpi.cpp [new file with mode: 0644]
test/unit/set/michael_michael_rcu_gpt.cpp [new file with mode: 0644]
test/unit/set/michael_michael_rcu_shb.cpp [new file with mode: 0644]
test/unit/set/michael_michael_rcu_sht.cpp [new file with mode: 0644]
test/unit/set/test_michael_michael_rcu.h [new file with mode: 0644]
test/unit/set/test_set_nogc.h [new file with mode: 0644]
test/unit/set/test_set_rcu.h [new file with mode: 0644]