From a1a414b3cedc39fadc72fa666fd2336147f1b028 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Sat, 14 Dec 2024 08:43:29 +0800 Subject: [PATCH] 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 Reviewed-by: Sam James --- 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)" \