On Tue, 7 Nov 2023 22:51:56 +0100, Phil Howard <phil@xxxxxxxxxxxxx> said: > Move extension definitions and tooling for building tests into > `build_tests.py` and update Makefile.am to call it with appropriate path > prefixes. > > `build_tests.py` will perform a standalone build of the text extensions, > keeping any build noise in a temporary directory and copying the final > built modules automatically out to `tests/gpiosim` and `tests/procname`. > > Signed-off-by: Phil Howard <phil@xxxxxxxxxxxxx> > --- I'd like to be able to run the tests from the source tree but without --inplace the core C extension is no longer built in-tree so I cannot do: PYTHONPATH=./bindings/python LD_LIBRARY_PATH=./lib/.libs/:./tests/gpiosim/.libs/:bindings/python/ python -B -m tests Could you somehow keep this behavior? Bart