bindings: python: standalone build tooling for tests
authorPhil Howard <phil@gadgetoid.com>
Wed, 8 Nov 2023 15:52:00 +0000 (15:52 +0000)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 8 Nov 2023 19:50:02 +0000 (20:50 +0100)
commitd588a6a5928a1f8c530e2ee23363ec35e075bdd8
tree68dfd54f59d91fc50714ad86b888e44703e9a6a4
parent7552e5d9ed983ab8afcfce33ac507653d54d075b
bindings: python: standalone build tooling for tests

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@gadgetoid.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
bindings/python/Makefile.am
bindings/python/build_tests.py [new file with mode: 0644]
bindings/python/setup.py