From: Emil Velikov Date: Sat, 18 Jul 2026 17:10:12 +0000 (+0100) Subject: testsuite: rename test-list -> test-libkmod-list X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=31c54ec8d5fce0995e08d16dcc86fa2751becba3;p=thirdparty%2Fkmod.git testsuite: rename test-list -> test-libkmod-list 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 Link: https://github.com/kmod-project/kmod/pull/450 Signed-off-by: Lucas De Marchi --- diff --git a/testsuite/meson.build b/testsuite/meson.build index a286f0b..6e6a368 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -79,7 +79,7 @@ libtestsuite = static_library( _testsuite = [ 'test-depmod', 'test-libkmod', - 'test-list', + 'test-libkmod-list', 'test-modinfo', 'test-modprobe', 'test-shared', diff --git a/testsuite/test-list.c b/testsuite/test-libkmod-list.c similarity index 100% rename from testsuite/test-list.c rename to testsuite/test-libkmod-list.c