]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
vfio: selftests: Move run.sh into scripts directory
authorDavid Matlack <dmatlack@google.com>
Wed, 26 Nov 2025 23:17:16 +0000 (23:17 +0000)
committerAlex Williamson <alex@shazbot.org>
Fri, 28 Nov 2025 17:58:06 +0000 (10:58 -0700)
commit2d5dbd3156799db2b7d25addb45c289b0aa7ff11
treee283e4d0bf6dfc7b16e6da5381e0f417527f20e0
parenta63a03afd857e5ef968b01ec99b186087979a348
vfio: selftests: Move run.sh into scripts directory

Move run.sh in a new sub-directory scripts/. This directory will be used
to house various helper scripts to be used by humans and automation for
running VFIO selftests.

Opportunistically also switch run.sh from TEST_PROGS_EXTENDED to
TEST_FILES. The former is for actual test executables that are just not
run by default. TEST_FILES is a better fit for helper scripts.

No functional change intended.

Reviewed-by: Alex Mastro <amastro@fb.com>
Tested-by: Alex Mastro <amastro@fb.com>
Reviewed-by: Raghavendra Rao Ananta <rananta@google.com>
Signed-off-by: David Matlack <dmatlack@google.com>
Link: https://lore.kernel.org/r/20251126231733.3302983-2-dmatlack@google.com
Signed-off-by: Alex Williamson <alex@shazbot.org>
tools/testing/selftests/vfio/Makefile
tools/testing/selftests/vfio/scripts/run.sh [moved from tools/testing/selftests/vfio/run.sh with 100% similarity]