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 <[email protected]> Acked-by: Shuah Khan <[email protected]> Acked-by: Greg Kroah-Hartman <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent e60284b commit 0debb20

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

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
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

0 commit comments

Comments
 (0)