"git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "baf6b99004bc61aee73bf199bb28669fd2f3a7cf"
Commit 2bf07215 authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Adding test_class_sh_factory_constructors.cpp to tests/CMakeLists.txt (fixes...

Adding test_class_sh_factory_constructors.cpp to tests/CMakeLists.txt (fixes oversight, this should have been added long before).
parent 53c10649
...@@ -102,6 +102,7 @@ set(PYBIND11_TEST_FILES ...@@ -102,6 +102,7 @@ set(PYBIND11_TEST_FILES
test_chrono.cpp test_chrono.cpp
test_class.cpp test_class.cpp
test_class_sh_basic.cpp test_class_sh_basic.cpp
test_class_sh_factory_constructors.cpp
test_class_sh_inheritance.cpp test_class_sh_inheritance.cpp
test_class_sh_unique_ptr_member.cpp test_class_sh_unique_ptr_member.cpp
test_constants_and_functions.cpp test_constants_and_functions.cpp
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment