From 288442cd5ca5eb2ac88eb3b84aa60017e9762403 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Fri, 5 Jul 2024 14:38:59 -0700 Subject: [PATCH] Add more test_class_sh_* in tests/CMakeLists.txt All unit tests pass ASAN and MSAN testing with the Google-internal toolchain. --- tests/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 70bff59cb..4567c27ca 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -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