aboutsummaryrefslogtreecommitdiff
path: root/assert
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-12-22 05:55:39 +0800
committerH.J. Lu <hjl.tools@gmail.com>2024-12-22 05:55:39 +0800
commit265e13d33c470446043a3d2033984a1197151e09 (patch)
treedbe76c0a9c92a208612e62d9227b2d4b86da570e /assert
parente79e5c4899e82eff1032b1f8e530234c8fcbd8b9 (diff)
downloadglibc-265e13d33c470446043a3d2033984a1197151e09.tar.xz
glibc-265e13d33c470446043a3d2033984a1197151e09.zip
assert: Sort tests in Makefile
Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
Diffstat (limited to 'assert')
-rw-r--r--assert/Makefile2
1 files changed, 1 insertions, 1 deletions
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)