diff options
Diffstat (limited to 'lib/test_sort.c')
-rw-r--r-- | lib/test_sort.c | 1 |
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"); |