]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Makefile.in: Add test to check xcheck rule
authorH.J. Lu <hjl.tools@gmail.com>
Sat, 14 Dec 2024 00:43:29 +0000 (08:43 +0800)
committerH.J. Lu <hjl.tools@gmail.com>
Sat, 14 Dec 2024 11:18:38 +0000 (19:18 +0800)
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>
Makefile.in

index ee9270491e648019811031af67eeac3368e07069..0aab15ce4d8a98c6d1c579366c6ca65e04d690a4 100644 (file)
@@ -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)" \