Fix missing smart_ptr test
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 42d7c64..b34ef70 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -21,6 +21,7 @@
test_kwargs_and_defaults.cpp
test_methods_and_attributes.cpp
test_modules.cpp
+ test_multiple_inheritance.cpp
test_numpy_array.cpp
test_numpy_dtypes.cpp
test_numpy_vectorize.cpp
@@ -29,9 +30,9 @@
test_pickling.cpp
test_python_types.cpp
test_sequences_and_iterators.cpp
+ test_smart_ptr.cpp
test_stl_binders.cpp
test_virtual_functions.cpp
- test_multiple_inheritance.cpp
)
string(REPLACE ".cpp" ".py" PYBIND11_PYTEST_FILES "${PYBIND11_TEST_FILES}")