bindings: python: tests: rename procname to system
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Wed, 20 Nov 2024 13:18:19 +0000 (14:18 +0100)
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>
Mon, 25 Nov 2024 09:03:50 +0000 (10:03 +0100)
commitaa5a1e92b1487f8ebaa71e78537226a36dd70632
tree0d11e187e2e012017b1ca5bda1233ea52057af55
parent93613618d25d257d387fe146cb5e8edb1da728b0
bindings: python: tests: rename procname to system

We'll be extending the functionality of that C extension with other
OS-level helpers so change its name to 'system'.

Reviewed-by: Vincent Fazio <vfazio@xes-inc.com>
Link: https://lore.kernel.org/r/20241120-drop-distutils-v1-2-7498e8b3babe@linaro.org
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
13 files changed:
bindings/python/MANIFEST.in
bindings/python/build_tests.py
bindings/python/tests/Makefile.am
bindings/python/tests/__main__.py
bindings/python/tests/procname/Makefile.am [deleted file]
bindings/python/tests/procname/__init__.py [deleted file]
bindings/python/tests/procname/_ext.pyi [deleted file]
bindings/python/tests/procname/ext.c [deleted file]
bindings/python/tests/system/Makefile.am [new file with mode: 0644]
bindings/python/tests/system/__init__.py [new file with mode: 0644]
bindings/python/tests/system/_ext.pyi [new file with mode: 0644]
bindings/python/tests/system/ext.c [new file with mode: 0644]
configure.ac