From: H.J. Lu Date: Sat, 21 Dec 2024 21:55:39 +0000 (+0800) Subject: assert: Sort tests in Makefile X-Git-Tag: glibc-2.41~264 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=265e13d33c470446043a3d2033984a1197151e09;p=thirdparty%2Fglibc.git assert: Sort tests in Makefile Signed-off-by: H.J. Lu --- diff --git a/assert/Makefile b/assert/Makefile index 6f2717c80a..ca62f0ee4f 100644 --- a/assert/Makefile +++ b/assert/Makefile @@ -35,10 +35,10 @@ routines := \ tests := \ test-assert \ + test-assert-2 \ test-assert-perr \ tst-assert-c++ \ tst-assert-g++ \ - test-assert-2 \ # tests ifeq ($(have-cxx-thread_local),yes)