Moved stack stress test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Tue, 23 Feb 2016 19:56:50 +0000 (22:56 +0300)
committerkhizmax <libcds.dev@gmail.com>
Tue, 23 Feb 2016 19:56:50 +0000 (22:56 +0300)
commitfb30185716d0bb6ea2da2a4a383b8cfcc2f2c144
treea51b2be38e70c42de991296ff7cc9b46ede619f0
parent7935997eec489b20a72c5ce7df27c17b9a23ed56
Moved stack stress test to gtest framework
27 files changed:
.gitignore
projects/Win/vc14/cds.sln
projects/Win/vc14/stress-framework.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-framework.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/stress-stack.vcxproj [new file with mode: 0644]
projects/Win/vc14/stress-stack.vcxproj.filters [new file with mode: 0644]
test/CMakeLists.txt
test/include/cds_test/city.h [new file with mode: 0644]
test/include/cds_test/citycrc.h [new file with mode: 0644]
test/include/cds_test/hash_func.h [new file with mode: 0644]
test/include/cds_test/stress_test.h [new file with mode: 0644]
test/include/cds_test/thread.h
test/stress/CMakeLists.txt [new file with mode: 0644]
test/stress/data/split.pl [new file with mode: 0644]
test/stress/data/test-debug.conf [new file with mode: 0644]
test/stress/data/test-express.conf [new file with mode: 0644]
test/stress/data/test.conf [new file with mode: 0644]
test/stress/data/text.txt [new file with mode: 0644]
test/stress/framework/city.cpp [new file with mode: 0644]
test/stress/framework/city.h [new file with mode: 0644]
test/stress/framework/config.cpp [new file with mode: 0644]
test/stress/framework/stress_test.cpp [new file with mode: 0644]
test/stress/main.cpp [new file with mode: 0644]
test/stress/stack/CMakeLists.txt [new file with mode: 0644]
test/stress/stack/push.cpp [new file with mode: 0644]
test/stress/stack/push_pop.cpp [new file with mode: 0644]
test/stress/stack/stack_type.h [new file with mode: 0644]