git: df537ff1520d - main - hwpmc tests: sort the list of test programs

From: Alexander Leidinger <netchild_at_FreeBSD.org>
Date: Thu, 27 Aug 2026 14:03:15 UTC
The branch main has been updated by netchild:

URL: https://cgit.FreeBSD.org/src/commit/?id=df537ff1520d82410328ebd6de529929dae620a6

commit df537ff1520d82410328ebd6de529929dae620a6
Author:     Alexander Leidinger <netchild@FreeBSD.org>
AuthorDate: 2026-08-26 13:26:36 +0000
Commit:     Alexander Leidinger <netchild@FreeBSD.org>
CommitDate: 2026-08-27 14:02:18 +0000

    hwpmc tests: sort the list of test programs
    
    MFC after:      1 month
    MFC to:         stable/15
    MFC to:         stable/14
---
 tests/sys/pmc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/pmc/Makefile b/tests/sys/pmc/Makefile
index 305a3e65c8b3..abd049a8c50a 100644
--- a/tests/sys/pmc/Makefile
+++ b/tests/sys/pmc/Makefile
@@ -1,7 +1,7 @@
 TESTSDIR=	${TESTSBASE}/sys/pmc
 
-ATF_TESTS_C=	pmc_wrap_test
 ATF_TESTS_C+=	pmc_detach_test
+ATF_TESTS_C+=	pmc_wrap_test
 
 LIBADD+=	pmc
 LIBADD.pmc_detach_test+=	pthread