[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1443000925-119505-1-git-send-email-long.wanglong@huawei.com>
Date: Wed, 23 Sep 2015 09:35:25 +0000
From: Wang Long <long.wanglong@...wei.com>
To: <corbet@....net>, <shuahkh@....samsung.com>
CC: <wanglong@...qinren.net>, <long.wanglong@...wei.com>,
<linux-doc@...r.kernel.org>, <linux-kernel@...r.kernel.org>,
<peifeiyue@...wei.com>
Subject: [PATCH] Documentation: Update kselftest.txt
Add document for how to install selftests.
Signed-off-by: Wang Long <long.wanglong@...wei.com>
---
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
======================
--
1.8.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists