mirror of
https://github.com/boostorg/python.git
synced 2026-01-19 16:32:16 +00:00
As reported in #46, tests were not being built with CMake due to a typo. But they were also broken, because the relative path to the dynamic library used in the link commands for the test Python modules wasn't appropriate for running the tests from the source directory. Instead, we now copy the Python test scripts to the build directory and run them there.