]> Git Repo - linux.git/blobdiff - lib/Kconfig.debug
Merge tag 'linux-kselftest-kunit-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
[linux.git] / lib / Kconfig.debug
index 5a69b3805b1ce1ffd625e679f40027b60c450120..1dd4bd7dc27149f457f8ff2733987166b9ce9ba4 100644 (file)
@@ -2517,6 +2517,19 @@ config LIST_KUNIT_TEST
 
          If unsure, say N.
 
+config HASHTABLE_KUNIT_TEST
+       tristate "KUnit Test for Kernel Hashtable structures" if !KUNIT_ALL_TESTS
+       depends on KUNIT
+       default KUNIT_ALL_TESTS
+       help
+         This builds the hashtable KUnit test suite.
+         It tests the basic functionality of the API defined in
+         include/linux/hashtable.h. For more information on KUnit and
+         unit tests in general please refer to the KUnit documentation
+         in Documentation/dev-tools/kunit/.
+
+         If unsure, say N.
+
 config LINEAR_RANGES_TEST
        tristate "KUnit test for linear_ranges"
        depends on KUNIT
This page took 0.032875 seconds and 4 git commands to generate.