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:
Ralf W. Grosse-Kunstleve 2024-07-05 14:38:59 -07:00
parent fcc868df59
commit 288442cd5c

View File

@ -120,7 +120,18 @@ set(PYBIND11_TEST_FILES
test_chrono
test_class
test_class_sh_basic
test_class_sh_disowning
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_constants_and_functions
test_copy_move