From ba72b3e876f6f0a879a173467574c3ec167f1b6c Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Fri, 6 Nov 2020 10:06:36 -0500 Subject: [PATCH] Clean-up: sort TESTS in test/unit/Makefile.am MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Signed-off-by: Jérémie Galarneau Change-Id: Id4d245eef4f0b99038c7ee76d9c783f40d8b849a --- tests/unit/Makefile.am | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/tests/unit/Makefile.am b/tests/unit/Makefile.am index 01b298152..498a4a623 100644 --- a/tests/unit/Makefile.am +++ b/tests/unit/Makefile.am @@ -8,27 +8,28 @@ LOG_DRIVER_FLAGS='--merge' LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \ $(top_srcdir)/config/tap-driver.sh -TESTS = test_kernel_data \ - test_session \ - test_uri \ - test_utils_parse_size_suffix \ - test_utils_parse_time_suffix \ - test_utils_expand_path \ - test_utils_compat_poll \ - test_utils_compat_pthread \ - test_string_utils \ - test_notification \ - test_event_rule \ - test_directory_handle \ - test_relayd_backward_compat_group_by_session \ +TESTS = \ ini_config/test_ini_config \ - test_fd_tracker \ - test_uuid \ test_buffer_view \ + test_directory_handle \ test_event_expr_to_bytecode \ + test_event_rule \ + test_fd_tracker \ + test_kernel_data \ + test_kernel_probe \ + test_notification \ test_payload \ + test_relayd_backward_compat_group_by_session \ + test_session \ + test_string_utils \ test_unix_socket \ - test_kernel_probe + test_uri \ + test_utils_compat_poll \ + test_utils_compat_pthread \ + test_utils_expand_path \ + test_utils_parse_size_suffix \ + test_utils_parse_time_suffix \ + test_uuid LIBTAP=$(top_builddir)/tests/utils/tap/libtap.la -- 2.34.1