[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20251112192232.442761-2-dmatlack@google.com>
Date: Wed, 12 Nov 2025 19:22:15 +0000
From: David Matlack <dmatlack@...gle.com>
To: Alex Williamson <alex.williamson@...hat.com>
Cc: Alex Mastro <amastro@...com>, Alex Williamson <alex@...zbot.org>,
David Matlack <dmatlack@...gle.com>, Jason Gunthorpe <jgg@...dia.com>, Josh Hilke <jrhilke@...gle.com>,
kvm@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-kselftest@...r.kernel.org, Raghavendra Rao Ananta <rananta@...gle.com>,
Vipin Sharma <vipinsh@...gle.com>
Subject: [PATCH v2 01/18] 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.
No functional change intended.
Signed-off-by: David Matlack <dmatlack@...gle.com>
---
tools/testing/selftests/vfio/Makefile | 2 +-
tools/testing/selftests/vfio/{ => scripts}/run.sh | 0
2 files changed, 1 insertion(+), 1 deletion(-)
rename tools/testing/selftests/vfio/{ => scripts}/run.sh (100%)
diff --git a/tools/testing/selftests/vfio/Makefile b/tools/testing/selftests/vfio/Makefile
index 324ba0175a33..155b5ecca6a9 100644
--- a/tools/testing/selftests/vfio/Makefile
+++ b/tools/testing/selftests/vfio/Makefile
@@ -3,7 +3,7 @@ TEST_GEN_PROGS += vfio_dma_mapping_test
TEST_GEN_PROGS += vfio_iommufd_setup_test
TEST_GEN_PROGS += vfio_pci_device_test
TEST_GEN_PROGS += vfio_pci_driver_test
-TEST_PROGS_EXTENDED := run.sh
+TEST_PROGS_EXTENDED := scripts/run.sh
include ../lib.mk
include lib/libvfio.mk
diff --git a/tools/testing/selftests/vfio/run.sh b/tools/testing/selftests/vfio/scripts/run.sh
similarity index 100%
rename from tools/testing/selftests/vfio/run.sh
rename to tools/testing/selftests/vfio/scripts/run.sh
--
2.52.0.rc1.455.g30608eb744-goog
Powered by blists - more mailing lists