]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: rename test-array -> test-shared
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 18 Jul 2026 14:01:32 +0000 (15:01 +0100)
committerLucas De Marchi <ldemarchi@kernel.org>
Tue, 28 Jul 2026 14:11:03 +0000 (09:11 -0500)
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 <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-shared.c [moved from testsuite/test-array.c with 100% similarity]

index a359c2c497c16881c194058a36df77bb41b1683f..cce17d6b5b0372ab2e86d8088165a4833f290228 100644 (file)
@@ -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',