From: Anders Roxell Date: Fri, 24 Aug 2018 12:47:44 +0000 (+0200) Subject: doc: dev-tools: kselftest.rst: update config file location X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=0e0f00935ae182d579c40d59720634b466562d84;p=openwrt%2Fstaging%2Fblogic.git doc: dev-tools: kselftest.rst: update config file location Config fragment files should be placed in tools/testing/selftests//config Signed-off-by: Anders Roxell Acked-by: Shuah Khan (Samsung OSG) Signed-off-by: Jonathan Corbet --- 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 ============