Re: [PATCH] Documentation: Update kselftest.txt

From: Shuah Khan
Date: Wed Sep 23 2015 - 09:35:42 EST


On 09/23/2015 03:35 AM, Wang Long wrote:
> Add document for how to install selftests.
>
> Signed-off-by: Wang Long <long.wanglong@xxxxxxxxxx>

Thanks for doing this. Here is my Ack for Jon to take this though
the Documentation tree:

Acked-by: Shuah Khan <shuahkh@xxxxxxxxxxxxxxx>

-- Shuah
> ---
> Documentation/kselftest.txt | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/Documentation/kselftest.txt b/Documentation/kselftest.txt
> index a87d840..9bbbcdc 100644
> --- a/Documentation/kselftest.txt
> +++ b/Documentation/kselftest.txt
> @@ -54,6 +54,22 @@ To run the hotplug tests:
> - note that some tests will require root privileges.
>
>
> +Install selftests
> +=================
> +
> +You can use kselftest_install.sh tool installs selftests in default
> +location which is tools/testing/selftests/kselftest or an user specified
> +location.
> +
> +To install selftests in default location:
> + $ cd tools/testing/selftests
> + $ ./kselftest_install.sh
> +
> +To install selftests in an user specified location:
> + $ cd tools/testing/selftests
> + $ ./kselftest_install.sh install_dir
> +
> +
> Contributing new tests
> ======================
>
>


--
Shuah Khan
Sr. Linux Kernel Developer
Open Source Innovation Group
Samsung Research America (Silicon Valley)
shuahkh@xxxxxxxxxxxxxxx | (970) 217-8978
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/