From: H.J. Lu Date: Sat, 14 Dec 2024 00:43:29 +0000 (+0800) Subject: Makefile.in: Add test to check xcheck rule X-Git-Tag: glibc-2.41~368 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a414b3cedc39fadc72fa666fd2336147f1b028;p=thirdparty%2Fglibc.git 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 --- 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)" \