From: Simon McVittie Date: Thu, 23 Jun 2022 18:02:43 +0000 (+0100) Subject: test: Sort test executables X-Git-Tag: dbus-1.15.0~32^2~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83fbc01dca7445b2d6b62405a9ebef277eeb025d;p=thirdparty%2Fdbus.git test: Sort test executables Signed-off-by: Simon McVittie --- diff --git a/test/name-test/meson.build b/test/name-test/meson.build index 5039c2168..11a05f707 100644 --- a/test/name-test/meson.build +++ b/test/name-test/meson.build @@ -32,8 +32,8 @@ if embedded_tests tests += [ 'test-pending-call-dispatch', 'test-pending-call-timeout', - 'test-threads-init', 'test-privserver-client', + 'test-threads-init', ] endif