summaryrefslogtreecommitdiffstats
path: root/Documentation/dev-tools
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-06-29 08:52:01 -0400
committerJonathan Corbet <corbet@lwn.net>2018-06-29 11:01:50 -0400
commit8ab1416a6d51a6cbc4875b496f01f70dc43612f8 (patch)
tree90220093b8ec90154b1d9ea6e8be0aacfb562c1f /Documentation/dev-tools
parent37912da4387f24368f4c91c5fd9685d0bf3ea4dc (diff)
doc: dev-tools: kselftest.rst: update contributing new tests
Add a description that kernel config options should be added into a config file that is placed next to the newly added test. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-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.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/dev-tools/kselftest.rst b/Documentation/dev-tools/kselftest.rst
index 3bf371a938d0..6f653acea248 100644
--- a/Documentation/dev-tools/kselftest.rst
+++ b/Documentation/dev-tools/kselftest.rst
@@ -156,6 +156,11 @@ Contributing new tests (details)
156 installed by the distro on the system should be the primary focus to be able 156 installed by the distro on the system should be the primary focus to be able
157 to find regressions. 157 to find regressions.
158 158
159 * If a test needs specific kernel config options enabled, add a config file in
160 the test directory to enable them.
161
162 e.g: tools/testing/selftests/android/ion/config
163
159Test Harness 164Test Harness
160============ 165============
161 166