]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
malloc: Fix tests-malloc-largetcache tests
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 17 Jun 2025 17:22:49 +0000 (14:22 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 17 Jun 2025 17:22:49 +0000 (14:22 -0300)
The commit cde5caa4bb21d5c474b9e4762cc847bcbc70e481 added the
tests-malloc-largetcache without adjusting the previous entry.  The
make check fails with:

  make[1]: Entering directory '/path/to/glibc'
  make  subdir=csu -C csu ..=../ tests
  make[2]: Entering directory '/path/to/glibc/csu'
  make[2]: *** No rule to make target ')', needed by 'tests'.  Stop.
  make[2]: Leaving directory '/path/to/csu'
  make[1]: *** [Makefile:484: csu/tests] Error 2

Rules

diff --git a/Rules b/Rules
index 7fac16e8b9d1a33ff7d02f8f8f25690f1e55413e..44c041c4912f0e8f44fa50bdf49e9d0acc4e0004 100644 (file)
--- a/Rules
+++ b/Rules
@@ -152,7 +152,7 @@ tests: $(addprefix $(objpfx),$(filter-out $(tests-unsupported), \
                                          $(tests-mcheck:%=%-mcheck) \
                                          $(tests-malloc-check:%=%-malloc-check) \
                                          $(tests-malloc-hugetlb1:%=%-malloc-hugetlb1) \
-                                         $(tests-malloc-hugetlb2:%=%-malloc-hugetlb2)) \
+                                         $(tests-malloc-hugetlb2:%=%-malloc-hugetlb2) \
                                          $(tests-malloc-largetcache:%=%-malloc-largetcache)) \
                             $(test-srcs)) $(tests-special) \
                             $(tests-printers-programs)