diff options
| author | H.J. Lu <hjl.tools@gmail.com> | 2024-12-14 08:43:29 +0800 |
|---|---|---|
| committer | H.J. Lu <hjl.tools@gmail.com> | 2024-12-14 19:18:38 +0800 |
| commit | a1a414b3cedc39fadc72fa666fd2336147f1b028 (patch) | |
| tree | 610fc244cb111839f3370f248a2b575e1f9f7b86 /Makefile.in | |
| parent | ad36038c32eb3601f90f38cab90fda1f6031f4e4 (diff) | |
| download | glibc-a1a414b3cedc39fadc72fa666fd2336147f1b028.tar.xz glibc-a1a414b3cedc39fadc72fa666fd2336147f1b028.zip | |
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>
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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)" \ |
