Commit 0e0f0093 authored by Anders Roxell's avatar Anders Roxell Committed by Jonathan Corbet
Browse files

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



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

Signed-off-by: default avatarAnders Roxell <anders.roxell@linaro.org>
Acked-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 74f0fc93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ Contributing new tests (details)
 * If a test needs specific kernel config options enabled, add a config file in
   the test directory to enable them.

   e.g: tools/testing/selftests/android/ion/config
   e.g: tools/testing/selftests/android/config

Test Harness
============