Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

doc: dev-tools: kselftest.rst: update config file location

Config fragment files should be placed in
tools/testing/selftests/<testdir>/config

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Shuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Anders Roxell and committed by
Jonathan Corbet
0e0f0093 74f0fc93

+1 -1
+1 -1
Documentation/dev-tools/kselftest.rst
··· 159 159 * If a test needs specific kernel config options enabled, add a config file in 160 160 the test directory to enable them. 161 161 162 - e.g: tools/testing/selftests/android/ion/config 162 + e.g: tools/testing/selftests/android/config 163 163 164 164 Test Harness 165 165 ============