Migrated CuckooMap unit test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Tue, 5 Apr 2016 19:08:39 +0000 (22:08 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 5 Apr 2016 19:08:39 +0000 (22:08 +0300)
commit32cdba258b6ebf0a92cac603ddb25e3f88eacd91
tree307e9547e26097890735e09bbc9bc8a0b9286b40
parent02ce5096eeeb749e62fb956ba26a2036b574fabf
Migrated CuckooMap unit test to gtest framework
projects/Win/vc14/cds.sln
projects/Win/vc14/gtest-striped-map.vcxproj [new file with mode: 0644]
projects/Win/vc14/gtest-striped-map.vcxproj.filters [new file with mode: 0644]
test/unit/CMakeLists.txt
test/unit/striped-map/CMakeLists.txt [new file with mode: 0644]
test/unit/striped-map/cuckoo_map.cpp [new file with mode: 0644]
test/unit/striped-map/test_map.h [new file with mode: 0644]
test/unit/striped-map/test_map_data.h [new file with mode: 0644]