diff options
author | Anders Roxell <anders.roxell@linaro.org> | 2018-08-24 14:47:44 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-08-31 16:26:04 -0600 |
commit | 0e0f00935ae182d579c40d59720634b466562d84 (patch) | |
tree | 30fd118f86916b7ae4d658ebc51feba0e5cfbb5c /Documentation/dev-tools | |
parent | 74f0fc936c059e622e1a0c1006c7a7d2fcd29a58 (diff) |
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>
Diffstat (limited to 'Documentation/dev-tools')
-rw-r--r-- | Documentation/dev-tools/kselftest.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst index 6f653acea248..dad1bb8711e2 100644 --- a/Documentation/dev-tools/kselftest.rst +++ b/Documentation/dev-tools/kselftest.rst @@ -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 ============ |