Migrated FeldmanHashSet unit test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Sat, 19 Mar 2016 16:00:20 +0000 (19:00 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 19 Mar 2016 16:00:20 +0000 (19:00 +0300)
commit7494864886f031629eae22b9d93106ac0264d69d
tree0ccb2cd947435cd714fa9f3ae83cfead3d77655b
parent97f90e05d05de3e7772b950b7f4caadff5cdea7c
Migrated FeldmanHashSet unit test to gtest framework
13 files changed:
projects/Win/vc14/gtest-set.vcxproj
projects/Win/vc14/gtest-set.vcxproj.filters
test/unit/set/CMakeLists.txt
test/unit/set/feldman_hashset_dhp.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_hp.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_rcu_gpb.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_rcu_gpi.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_rcu_gpt.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_rcu_shb.cpp [new file with mode: 0644]
test/unit/set/feldman_hashset_rcu_sht.cpp [new file with mode: 0644]
test/unit/set/test_feldman_hashset.h [new file with mode: 0644]
test/unit/set/test_feldman_hashset_hp.h [new file with mode: 0644]
test/unit/set/test_feldman_hashset_rcu.h [new file with mode: 0644]