Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
bc622dc9
Commit
bc622dc9
authored
Sep 20, 2016
by
Wenzel Jakob
Committed by
GitHub
Sep 20, 2016
Browse files
Merge pull request #418 from dean0x7d/fix-missing-test
Fix missing smart_ptr test
parents
d922dffe
568ec6b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
tests/CMakeLists.txt
tests/CMakeLists.txt
+2
-1
No files found.
tests/CMakeLists.txt
View file @
bc622dc9
...
@@ -21,6 +21,7 @@ set(PYBIND11_TEST_FILES
...
@@ -21,6 +21,7 @@ set(PYBIND11_TEST_FILES
test_kwargs_and_defaults.cpp
test_kwargs_and_defaults.cpp
test_methods_and_attributes.cpp
test_methods_and_attributes.cpp
test_modules.cpp
test_modules.cpp
test_multiple_inheritance.cpp
test_numpy_array.cpp
test_numpy_array.cpp
test_numpy_dtypes.cpp
test_numpy_dtypes.cpp
test_numpy_vectorize.cpp
test_numpy_vectorize.cpp
...
@@ -29,9 +30,9 @@ set(PYBIND11_TEST_FILES
...
@@ -29,9 +30,9 @@ set(PYBIND11_TEST_FILES
test_pickling.cpp
test_pickling.cpp
test_python_types.cpp
test_python_types.cpp
test_sequences_and_iterators.cpp
test_sequences_and_iterators.cpp
test_smart_ptr.cpp
test_stl_binders.cpp
test_stl_binders.cpp
test_virtual_functions.cpp
test_virtual_functions.cpp
test_multiple_inheritance.cpp
)
)
string
(
REPLACE
".cpp"
".py"
PYBIND11_PYTEST_FILES
"
${
PYBIND11_TEST_FILES
}
"
)
string
(
REPLACE
".cpp"
".py"
PYBIND11_PYTEST_FILES
"
${
PYBIND11_TEST_FILES
}
"
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment