mirror of
https://github.com/pybind/pybind11.git
synced 2025-01-20 01:42:37 +00:00
Add more test_class_sh_* in tests/CMakeLists.txt
All unit tests pass ASAN and MSAN testing with the Google-internal toolchain.
This commit is contained in:
parent
fcc868df59
commit
288442cd5c
@ -120,7 +120,18 @@ set(PYBIND11_TEST_FILES
|
|||||||
test_chrono
|
test_chrono
|
||||||
test_class
|
test_class
|
||||||
test_class_sh_basic
|
test_class_sh_basic
|
||||||
|
test_class_sh_disowning
|
||||||
test_class_sh_factory_constructors
|
test_class_sh_factory_constructors
|
||||||
|
test_class_sh_inheritance
|
||||||
|
test_class_sh_shared_ptr_copy_move
|
||||||
|
test_class_sh_trampoline_basic
|
||||||
|
test_class_sh_trampoline_self_life_support
|
||||||
|
test_class_sh_trampoline_shared_from_this
|
||||||
|
test_class_sh_trampoline_shared_ptr_cpp_arg
|
||||||
|
test_class_sh_trampoline_unique_ptr
|
||||||
|
test_class_sh_unique_ptr_custom_deleter
|
||||||
|
test_class_sh_unique_ptr_member
|
||||||
|
test_class_sh_virtual_py_cpp_mix
|
||||||
test_const_name
|
test_const_name
|
||||||
test_constants_and_functions
|
test_constants_and_functions
|
||||||
test_copy_move
|
test_copy_move
|
||||||
|
Loading…
Reference in New Issue
Block a user