From: Emil Velikov Date: Sat, 18 Jul 2026 14:01:32 +0000 (+0100) Subject: testsuite: rename test-array -> test-shared X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89dfa1eb958f1f8cce2b4a07a384b2027c693cd7;p=thirdparty%2Fkmod.git testsuite: rename test-array -> test-shared We're starting to consolidate/fold the dozen+ tests into a few top-level ones. This is the first step, renaming the first shared (utility) into the final unified location. 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 a359c2c4..cce17d6b 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -77,7 +77,6 @@ libtestsuite = static_library( ) _testsuite = [ - 'test-array', 'test-blacklist', 'test-dependencies', 'test-depmod', @@ -91,6 +90,7 @@ _testsuite = [ 'test-multi-softdep', 'test-new-module', 'test-remove', + 'test-shared', 'test-strbuf', 'test-testsuite', 'test-util', diff --git a/testsuite/test-array.c b/testsuite/test-shared.c similarity index 100% rename from testsuite/test-array.c rename to testsuite/test-shared.c