Config fragment files should be placed in
tools/testing/selftests/<testdir>/config
Signed-off-by: Anders Roxell <[email protected]>
---
Documentation/dev-tools/kselftest.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
============
--
2.11.0
On 08/24/2018 06:47 AM, Anders Roxell wrote:
> Config fragment files should be placed in
> tools/testing/selftests/<testdir>/config
>
> Signed-off-by: Anders Roxell <[email protected]>
> ---
> Documentation/dev-tools/kselftest.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
> ============
>
Jo Jon,
This patch looks good. Here is my Ack for it go through doc tree.
Acked-by: Shuah Khan (Samsung OSG) <[email protected]>
thanks,
-- Shuah
On Mon, 27 Aug 2018 11:57:58 -0600
Shuah Khan <[email protected]> wrote:
> Jo Jon,
>
> This patch looks good. Here is my Ack for it go through doc tree.
>
> Acked-by: Shuah Khan (Samsung OSG) <[email protected]>
Applied, thanks.
jon