From: Emil Velikov Date: Mon, 17 Mar 2025 16:29:54 +0000 (+0000) Subject: meson: alpha sort the tests(uite) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae4f0975efab51a88595bab85f1a231bac819e59;p=thirdparty%2Fkmod.git meson: alpha sort the tests(uite) Fixes: 9cb87e2d ("testsuite: Improve fake_delete behavior") Signed-off-by: Emil Velikov Link: https://github.com/kmod-project/kmod/pull/322 Signed-off-by: Lucas De Marchi --- diff --git a/testsuite/meson.build b/testsuite/meson.build index 08e3cde9..a8b9a438 100644 --- a/testsuite/meson.build +++ b/testsuite/meson.build @@ -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'