On Wed, Nov 8, 2023 at 4:52 PM Phil Howard <phil@xxxxxxxxxxxxx> wrote: > > 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`. > > Add "python-tests-run" to Makefile.am so it's clear how to run the tests. > > Add .so object files generated by build_test.py to Makefile.am's > clean-local. > > Signed-off-by: Phil Howard <phil@xxxxxxxxxxxxx> > --- Thanks, this works quite nicely. I applied it and will release python bindings v2.1.2 to pypi. Bart