aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2024-12-14 08:43:29 +0800
committerH.J. Lu <hjl.tools@gmail.com>2024-12-14 19:18:38 +0800
commita1a414b3cedc39fadc72fa666fd2336147f1b028 (patch)
tree610fc244cb111839f3370f248a2b575e1f9f7b86
parentad36038c32eb3601f90f38cab90fda1f6031f4e4 (diff)
downloadglibc-a1a414b3cedc39fadc72fa666fd2336147f1b028.zip
glibc-a1a414b3cedc39fadc72fa666fd2336147f1b028.tar.gz
glibc-a1a414b3cedc39fadc72fa666fd2336147f1b028.tar.bz2
Makefile.in: Add test to check xcheck rule
Add test to check xcheck rule so that TEST_CC and TEST_CXX are used for "make test". Signed-off-by: H.J. Lu <hjl.tools@gmail.com> Reviewed-by: Sam James <sam@gentoo.org>
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index ee92704..0aab15c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -20,7 +20,7 @@ test-supported-fortify = @libc_cv_test_supported_fortify_source@
all .DEFAULT:
$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) objdir=`pwd` $@
-check xcheck:
+check xcheck test:
$(MAKE) -r PARALLELMFLAGS="$(PARALLELMFLAGS)" -C $(srcdir) \
CC="$(TEST_CC)" CXX="$(TEST_CXX)" \
cc-option-wimplicit-fallthrough="$(test-cc-option-wimplicit-fallthrough)" \