aboutsummaryrefslogtreecommitdiff
path: root/lib/test_sort.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/test_sort.c')
-rw-r--r--lib/test_sort.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/test_sort.c b/lib/test_sort.c
index da4495125097..cd4a338d1153 100644
--- a/lib/test_sort.c
+++ b/lib/test_sort.c
@@ -57,4 +57,5 @@ static struct kunit_suite sort_test_suite = {
kunit_test_suites(&sort_test_suite);
+MODULE_DESCRIPTION("sort() KUnit test suite");
MODULE_LICENSE("GPL");