Migrated misc unit test to gtest framework
authorkhizmax <libcds.dev@gmail.com>
Sat, 23 Apr 2016 09:56:48 +0000 (12:56 +0300)
committerkhizmax <libcds.dev@gmail.com>
Sat, 23 Apr 2016 09:56:48 +0000 (12:56 +0300)
commit35a5ac4db91117a0a53a2544f71c10061e0eda08
treec633c710fc5e5489b5b64553bf23b22d32bfd393
parentff3b19a7120f7a8e60731ad276615d1e9abac595
Migrated misc unit test to gtest framework
Removed old test-hdr
30 files changed:
projects/Win/vc14/cds.sln
projects/Win/vc14/gtest-misc.vcxproj [new file with mode: 0644]
projects/Win/vc14/gtest-misc.vcxproj.filters [new file with mode: 0644]
projects/Win/vc14/hdr-test-misc.vcxproj [deleted file]
projects/source.test-hdr.mk [deleted file]
test/unit/CMakeLists.txt
test/unit/misc/CMakeLists.txt [new file with mode: 0644]
test/unit/misc/bitop.cpp [new file with mode: 0644]
test/unit/misc/cxx11_atomic_class.cpp [new file with mode: 0644]
test/unit/misc/cxx11_atomic_func.cpp [new file with mode: 0644]
test/unit/misc/cxx11_convert_memory_order.h [new file with mode: 0644]
test/unit/misc/find_option.cpp [new file with mode: 0644]
test/unit/misc/hash_tuple.cpp [new file with mode: 0644]
test/unit/misc/permutation_generator.cpp [new file with mode: 0644]
test/unit/misc/split_bitstring.cpp [new file with mode: 0644]
tests/CMakeLists.txt
tests/test-hdr/CMakeLists.txt [deleted file]
tests/test-hdr/misc/allocator_test.cpp [deleted file]
tests/test-hdr/misc/bitop_st.cpp [deleted file]
tests/test-hdr/misc/cxx11_atomic_class.cpp [deleted file]
tests/test-hdr/misc/cxx11_atomic_func.cpp [deleted file]
tests/test-hdr/misc/cxx11_convert_memory_order.h [deleted file]
tests/test-hdr/misc/find_option.cpp [deleted file]
tests/test-hdr/misc/hash_tuple.cpp [deleted file]
tests/test-hdr/misc/michael_allocator.cpp [deleted file]
tests/test-hdr/misc/michael_allocator.h [deleted file]
tests/test-hdr/misc/permutation_generator.cpp [deleted file]
tests/test-hdr/misc/split_bitstring.cpp [deleted file]
tests/test-hdr/misc/thread_init_fini.cpp [deleted file]
tests/test-hdr/size_check.h [deleted file]