]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: rename test-list -> test-libkmod-list
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 18 Jul 2026 17:10:12 +0000 (18:10 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Tue, 28 Jul 2026 14:11:03 +0000 (09:11 -0500)
Unlike the other libkmod tests, this one explicitly covers internal-only
API. As such keep it separate, to avoid pulling (again) the internal
headers and potentially leaking implementation details where they should
not be found.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/450
Signed-off-by: Lucas De Marchi <ldemarchi@kernel.org>
testsuite/meson.build
testsuite/test-libkmod-list.c [moved from testsuite/test-list.c with 100% similarity]

index a286f0bfa4a3c99ac3cdd2f40a346dbd3fb5d4b3..6e6a3682c16a731e3352fd6c53b94002cc07b91c 100644 (file)
@@ -79,7 +79,7 @@ libtestsuite = static_library(
 _testsuite = [
   'test-depmod',
   'test-libkmod',
-  'test-list',
+  'test-libkmod-list',
   'test-modinfo',
   'test-modprobe',
   'test-shared',