Moved RCU-based intrusive list tests to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Thu, 11 Feb 2016 19:15:29 +0000 (22:15 +0300)
committerkhizmax <libcds.dev@gmail.com>
Thu, 11 Feb 2016 19:15:29 +0000 (22:15 +0300)
commitbe2e2cf5f3dc21c61c039635de1c7e804224ca13
treede434778773a25a8b12ad0fdfe8ee7c82650835f
parent1657d2dedf39436ab23b3eeb1e13093af4e2d3d8
Moved RCU-based intrusive list tests to gtest framework
17 files changed:
projects/Win/vc14/gtest-list.vcxproj
projects/Win/vc14/gtest-list.vcxproj.filters
test/unit/list/CMakeLists.txt
test/unit/list/intrusive_lazy_rcu_gpb.cpp [new file with mode: 0644]
test/unit/list/intrusive_lazy_rcu_gpi.cpp [new file with mode: 0644]
test/unit/list/intrusive_lazy_rcu_gpt.cpp [new file with mode: 0644]
test/unit/list/intrusive_lazy_rcu_shb.cpp [new file with mode: 0644]
test/unit/list/intrusive_lazy_rcu_sht.cpp [new file with mode: 0644]
test/unit/list/intrusive_michael_rcu_gpb.cpp [new file with mode: 0644]
test/unit/list/intrusive_michael_rcu_gpi.cpp [new file with mode: 0644]
test/unit/list/intrusive_michael_rcu_gpt.cpp [new file with mode: 0644]
test/unit/list/intrusive_michael_rcu_shb.cpp [new file with mode: 0644]
test/unit/list/intrusive_michael_rcu_sht.cpp [new file with mode: 0644]
test/unit/list/test_intrusive_lazy_rcu.h [new file with mode: 0644]
test/unit/list/test_intrusive_list_nogc.h
test/unit/list/test_intrusive_list_rcu.h [new file with mode: 0644]
test/unit/list/test_intrusive_michael_rcu.h [new file with mode: 0644]