]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
test: Sort test executables
authorSimon McVittie <smcv@collabora.com>
Thu, 23 Jun 2022 18:02:43 +0000 (19:02 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 13 Jul 2022 19:36:13 +0000 (20:36 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
test/name-test/meson.build

index 5039c216864988ebaa4e42628b8df3ed682c52fe..11a05f7077df2cedb61e5eaf45476d3709c6b0b0 100644 (file)
@@ -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