tests: meson: Sort tests alphabetically

Try to maintain some sense of coherence.

Change-Id: I14b7d8a07a65670e632c03f8532ec48229806a45
Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
diff --git a/tests/meson.build b/tests/meson.build
index dba7870..4ba170f 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -16,13 +16,13 @@
 tests = [
   'instance-id',
   'libpldm_base_test',
-  'libpldm_platform_test',
-  'libpldm_bios_test',
   'libpldm_bios_table_test',
-  'libpldm_fru_test',
-  'libpldm_utils_test',
-  'libpldm_pdr_test',
+  'libpldm_bios_test',
   'libpldm_firmware_update_test',
+  'libpldm_fru_test',
+  'libpldm_pdr_test',
+  'libpldm_platform_test',
+  'libpldm_utils_test',
   'msgbuf',
   'responder',
 ]
@@ -33,8 +33,8 @@
     'transport/send_recv_one',
     'transport/send_recv_timeout',
     'transport/send_recv_unwanted',
+    'transport/send_recv_wrong_command_code',
     'transport/send_recv_wrong_pldm_type',
-    'transport/send_recv_wrong_command_code'
   ]
 endif