Skip to content

Commit aa209cc

Browse files
committed
Adding back test_class_sh, test_classh additions, building on PR #3590.
1 parent ea0c1e7 commit aa209cc

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/CMakeLists.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,21 @@ set(PYBIND11_TEST_FILES
122122
test_callbacks
123123
test_chrono
124124
test_class
125+
test_class_sh_basic
126+
test_class_sh_disowning
127+
test_class_sh_disowning_mi
128+
test_class_sh_factory_constructors
129+
test_class_sh_inheritance
130+
test_class_sh_module_local.py
131+
test_class_sh_shared_ptr_copy_move
132+
test_class_sh_trampoline_basic
133+
test_class_sh_trampoline_self_life_support
134+
test_class_sh_trampoline_shared_from_this
135+
test_class_sh_trampoline_shared_ptr_cpp_arg
136+
test_class_sh_trampoline_unique_ptr
137+
test_class_sh_unique_ptr_member
138+
test_class_sh_virtual_py_cpp_mix
139+
test_classh_mock
125140
test_const_name
126141
test_constants_and_functions
127142
test_copy_move
@@ -221,6 +236,8 @@ tests_extra_targets("test_exceptions.py;test_local_bindings.py;test_stl.py;test_
221236

222237
# And add additional targets for other tests.
223238
tests_extra_targets("test_gil_scoped.py" "cross_module_gil_utils")
239+
tests_extra_targets("test_class_sh_module_local.py"
240+
"class_sh_module_local_0;class_sh_module_local_1;class_sh_module_local_2")
224241

225242
set(PYBIND11_EIGEN_REPO
226243
"https://gitlab.com/libeigen/eigen.git"

0 commit comments

Comments
 (0)