[PATCH] Makefile.in: Add test to check xcheck rule
H.J. Lu
hjl.tools@gmail.com
Sat Dec 14 00:43:29 GMT 2024
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>
---
Makefile.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.in b/Makefile.in
index ee9270491e..0aab15ce4d 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)" \
--
2.47.1
More information about the Libc-alpha
mailing list