]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
meson: alpha sort the tests(uite)
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 17 Mar 2025 16:29:54 +0000 (16:29 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 25 Mar 2025 19:09:02 +0000 (14:09 -0500)
Fixes: 9cb87e2d ("testsuite: Improve fake_delete behavior")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/322
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/meson.build

index 08e3cde92168a99f7239f16715f57687b44b5754..a8b9a43827c07eba6e78c4a8d5de5c661e61498d 100644 (file)
@@ -91,11 +91,11 @@ _testsuite = [
   'test-modinfo',
   'test-modprobe',
   'test-new-module',
+  'test-remove',
   'test-strbuf',
   'test-testsuite',
   'test-util',
   'test-weakdep',
-  'test-remove'
 ]
 
 if get_option('b_sanitize') != 'none'