Skip to content

Commit 0debb20

Browse files
nfrapradogregkh
authored andcommitted
kselftest: devices: Move discoverable devices test to subdirectory
Move the discoverable devices test to a subdirectory to allow other related tests to be added to the devices directory. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@collabora.com> Acked-by: Shuah Khan <skhan@linuxfoundation.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-1-163b9cd7b3c1@collabora.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent e60284b commit 0debb20

6 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/testing/selftests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TARGETS += core
1313
TARGETS += cpufreq
1414
TARGETS += cpu-hotplug
1515
TARGETS += damon
16-
TARGETS += devices
16+
TARGETS += devices/probe
1717
TARGETS += dmabuf-heaps
1818
TARGETS += drivers/dma-buf
1919
TARGETS += drivers/s390x/uvdevice
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
TEST_PROGS := test_discoverable_devices.py
22
TEST_FILES := boards ksft.py
33

4-
include ../lib.mk
4+
include ../../lib.mk

tools/testing/selftests/devices/boards/Dell Inc.,XPS 13 9300.yaml renamed to tools/testing/selftests/devices/probe/boards/Dell Inc.,XPS 13 9300.yaml

File renamed without changes.

tools/testing/selftests/devices/boards/google,spherion.yaml renamed to tools/testing/selftests/devices/probe/boards/google,spherion.yaml

File renamed without changes.
File renamed without changes.

tools/testing/selftests/devices/test_discoverable_devices.py renamed to tools/testing/selftests/devices/probe/test_discoverable_devices.py

File renamed without changes.

0 commit comments

Comments
 (0)