Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8ab1416a authored by Anders Roxell's avatar Anders Roxell Committed by Jonathan Corbet
Browse files

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: default avatarAnders Roxell <anders.roxell@linaro.org>
Reviewed-by: default avatarShuah Khan (Samsung OSG) <shuah@kernel.org>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 37912da4
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -156,6 +156,11 @@ Contributing new tests (details)
   installed by the distro on the system should be the primary focus to be able
   to find regressions.

 * 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

Test Harness
============