]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib/rbtree: split tests
authorWei Yang <richard.weiyang@gmail.com>
Mon, 10 Mar 2025 07:49:33 +0000 (07:49 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 17 Mar 2025 19:17:00 +0000 (12:17 -0700)
commit3e1d58cd5dae95de731dc3128a7bcffa7c5e7ed9
tree942d207134e2e11c2dafc4d334691d1581371f57
parent4164e1525d37d463bbd0a808709fd75abcfc89a5
lib/rbtree: split tests

Current tests are gathered in one big function.

Split tests into its own function for better understanding and also it
is a preparation for introducing new test cases.

Link: https://lkml.kernel.org/r/20250310074938.26756-3-richard.weiyang@gmail.com
Signed-off-by: Wei Yang <richard.weiyang@gmail.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Michel Lespinasse <michel@lespinasse.org>
Cc: Jason Gunthorpe <jgg@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/interval_tree_test.c
lib/rbtree_test.c