From 2fb1aee9aa07438d3ca1a58ddf24257f0bb48562 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 19 Sep 2023 18:51:41 +0200 Subject: [PATCH] tests/Makefile.am: Sort libruntests_a_SOURCES alphabetically --- expat/tests/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/expat/tests/Makefile.am b/expat/tests/Makefile.am index 187b374c..592569bb 100644 --- a/expat/tests/Makefile.am +++ b/expat/tests/Makefile.am @@ -50,12 +50,12 @@ libruntests_a_SOURCES = \ common.c \ dummy.c \ handlers.c \ + memcheck.c \ + minicheck.c \ misc_tests.c \ ns_tests.c \ nsalloc_tests.c \ - structdata.c \ - memcheck.c \ - minicheck.c + structdata.c runtests_SOURCES = \ runtests.c