From: Tom Hromatka Date: Wed, 26 Oct 2022 16:24:55 +0000 (-0600) Subject: ftests: Add python files to the Makefile.am EXTRA_DIST list X-Git-Tag: v3.1.0~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c17a415f80795f0026091f1cdcc5d1558f47b392;p=thirdparty%2Flibcgroup.git ftests: Add python files to the Makefile.am EXTRA_DIST list Several tests weren't added to the EXTRA_DIST list. Add them and systemd.py to the list. Signed-off-by: Tom Hromatka Reviewed-by: Kamalesh Babulal --- diff --git a/tests/ftests/Makefile.am b/tests/ftests/Makefile.am index 15436553..dc23dbba 100644 --- a/tests/ftests/Makefile.am +++ b/tests/ftests/Makefile.am @@ -19,6 +19,7 @@ EXTRA_DIST_PYTHON_UTILS = \ log.py \ process.py \ run.py \ + systemd.py \ utils.py EXTRA_DIST_PYTHON_TESTS = \ @@ -63,7 +64,15 @@ EXTRA_DIST_PYTHON_TESTS = \ 041-pybindings-library_version.py \ 042-cgxget-unmappable.py \ 043-cgcreate-empty_controller.py \ - 044-pybindings-cgcreate_empty_controller.py + 044-pybindings-cgcreate_empty_controller.py \ + 045-pybindings-list_mount_points.py \ + 046-cgexec-empty_controller.py \ + 047-cgcreate-delete_cgrp_shared_mnt.py \ + 048-pybindings-get_cgroup_mode.py \ + 049-sudo-systemd_create_scope.py \ + 050-sudo-systemd_create_scope2.py +# Intentionally omit the stress test from the extra dist +# 999-stress-cgroup_init.py EXTRA_DIST = README.md ftests.sh ftests-nocontainer.sh \ ${EXTRA_DIST_PYTHON_UTILS} ${EXTRA_DIST_PYTHON_TESTS}