]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
assert: Sort tests in Makefile
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 21 Dec 2024 21:55:39 +0000 (05:55 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 21 Dec 2024 21:55:39 +0000 (05:55 +0800)
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
assert/Makefile

index 6f2717c80af1ae89e43d7c2e5c5e0182eb914d78..ca62f0ee4f91600e0f43793fb1b57b9bab93d895 100644 (file)
@@ -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)