From f19e80881ca9815e25bebb389e9486bcb3c015a6 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 25 Jan 2021 13:56:04 -0800 Subject: [PATCH] Changing CMake file so that test_class_sh_module_local.py actually runs. --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a71d858df..68c47e085 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -164,6 +164,8 @@ if(PYBIND11_CUDA_TESTS) endif() 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 # built; if none of these are built (i.e. because TEST_OVERRIDE is used and