"tests/git@developer.sourcefind.cn:gaoqiong/pybind11.git" did not exist on "9beaa925db49cf4751642a1529d34bef4a3682ce"
Commit 6fbcee95 authored by Ralf W. Grosse-Kunstleve's avatar Ralf W. Grosse-Kunstleve
Browse files

Changing CMake file so that test_class_sh_module_local.py actually runs.

parent e6857d26
...@@ -164,6 +164,8 @@ if(PYBIND11_CUDA_TESTS) ...@@ -164,6 +164,8 @@ if(PYBIND11_CUDA_TESTS)
endif() endif()
string(REPLACE ".cpp" ".py" PYBIND11_PYTEST_FILES "${PYBIND11_TEST_FILES}") string(REPLACE ".cpp" ".py" PYBIND11_PYTEST_FILES "${PYBIND11_TEST_FILES}")
list(APPEND PYBIND11_PYTEST_FILES test_class_sh_module_local.py)
list(SORT PYBIND11_PYTEST_FILES COMPARE NATURAL)
# Contains the set of test files that require pybind11_cross_module_tests to be # Contains the set of test files that require pybind11_cross_module_tests to be
# built; if none of these are built (i.e. because TEST_OVERRIDE is used and # built; if none of these are built (i.e. because TEST_OVERRIDE is used and
......
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