From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2206) id 98B8F3950E65; Thu, 13 Jan 2022 13:21:26 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 98B8F3950E65 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Siddhesh Poyarekar To: glibc-cvs@sourceware.org Subject: [glibc] stdlib: Fix formatting of tests list in Makefile X-Act-Checkin: glibc X-Git-Author: Siddhesh Poyarekar X-Git-Refname: refs/heads/master X-Git-Oldrev: 5b766603efa727c236a5f0cdcf09b71ff60b7584 X-Git-Newrev: f9dab1b5f23d0fb008a56c7c6c8919adb49d3611 Message-Id: <20220113132126.98B8F3950E65@sourceware.org> Date: Thu, 13 Jan 2022 13:21:26 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jan 2022 13:21:26 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f9dab1b5f23d0fb008a56c7c6c8919adb49d3611 commit f9dab1b5f23d0fb008a56c7c6c8919adb49d3611 Author: Siddhesh Poyarekar Date: Thu Jan 13 18:50:55 2022 +0530 stdlib: Fix formatting of tests list in Makefile Signed-off-by: Siddhesh Poyarekar Reviewed-by: Florian Weimer Diff: --- stdlib/Makefile | 152 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 77 insertions(+), 75 deletions(-) diff --git a/stdlib/Makefile b/stdlib/Makefile index 52e4d8cf19..1e81f98fac 100644 --- a/stdlib/Makefile +++ b/stdlib/Makefile @@ -65,81 +65,83 @@ aux = grouping groupingwc tens_in_limb static-only-routines = atexit at_quick_exit test-srcs := tst-fmtmsg -tests := bug-fmtmsg1 \ - bug-getcontext \ - bug-strtod \ - bug-strtod2 \ - test-a64l \ - test-at_quick_exit-race \ - test-atexit-race \ - test-bz22786 \ - test-canon \ - test-canon2 \ - test-cxa_atexit-race \ - test-cxa_atexit-race2 \ - test-dlclose-exit-race \ - test-on_exit-race \ - testdiv \ - testmb \ - testmb2 \ - testrand \ - testsort \ - tst-at_quick_exit \ - tst-atexit \ - tst-atof1 \ - tst-atof2 \ - tst-bsearch \ - tst-bz20544 \ - tst-canon-bz26341 \ - tst-cxa_atexit \ - tst-environ \ - tst-getrandom \ - tst-limits \ - tst-makecontext \ - tst-makecontext-align \ - tst-makecontext2 \ - tst-makecontext3 \ - tst-on_exit \ - tst-qsort \ - tst-qsort2 \ - tst-quick_exit \ - tst-rand48 \ - tst-rand48-2 \ - tst-random \ - tst-random2 \ - tst-realpath \ - tst-secure-getenv \ - tst-setcontext \ - tst-setcontext2 \ - tst-setcontext3 \ - tst-setcontext4 \ - tst-setcontext5 \ - tst-setcontext6 \ - tst-setcontext7 \ - tst-setcontext8 \ - tst-setcontext9 \ - tst-strfmon_l \ - tst-strfrom \ - tst-strfrom-locale \ - tst-strtod \ - tst-strtod-nan-locale \ - tst-strtod-nan-sign \ - tst-strtod-overflow \ - tst-strtod-round \ - tst-strtod-underflow \ - tst-strtod2 \ - tst-strtod5 \ - tst-strtod6 \ - tst-strtol \ - tst-strtol-locale \ - tst-strtoll \ - tst-swapcontext1 \ - tst-thread-quick_exit \ - tst-tininess \ - tst-unsetenv1 \ - tst-width \ - tst-width-stdint \ - tst-xpg-basename +tests := \ + bug-fmtmsg1 \ + bug-getcontext \ + bug-strtod \ + bug-strtod2 \ + test-a64l \ + test-at_quick_exit-race \ + test-atexit-race \ + test-bz22786 \ + test-canon \ + test-canon2 \ + test-cxa_atexit-race \ + test-cxa_atexit-race2 \ + test-dlclose-exit-race \ + test-on_exit-race \ + testdiv \ + testmb \ + testmb2 \ + testrand \ + testsort \ + tst-at_quick_exit \ + tst-atexit \ + tst-atof1 \ + tst-atof2 \ + tst-bsearch \ + tst-bz20544 \ + tst-canon-bz26341 \ + tst-cxa_atexit \ + tst-environ \ + tst-getrandom \ + tst-limits \ + tst-makecontext \ + tst-makecontext-align \ + tst-makecontext2 \ + tst-makecontext3 \ + tst-on_exit \ + tst-qsort \ + tst-qsort2 \ + tst-quick_exit \ + tst-rand48 \ + tst-rand48-2 \ + tst-random \ + tst-random2 \ + tst-realpath \ + tst-secure-getenv \ + tst-setcontext \ + tst-setcontext2 \ + tst-setcontext3 \ + tst-setcontext4 \ + tst-setcontext5 \ + tst-setcontext6 \ + tst-setcontext7 \ + tst-setcontext8 \ + tst-setcontext9 \ + tst-strfmon_l \ + tst-strfrom \ + tst-strfrom-locale \ + tst-strtod \ + tst-strtod-nan-locale \ + tst-strtod-nan-sign \ + tst-strtod-overflow \ + tst-strtod-round \ + tst-strtod-underflow \ + tst-strtod2 \ + tst-strtod5 \ + tst-strtod6 \ + tst-strtol \ + tst-strtol-locale \ + tst-strtoll \ + tst-swapcontext1 \ + tst-thread-quick_exit \ + tst-tininess \ + tst-unsetenv1 \ + tst-width \ + tst-width-stdint \ + tst-xpg-basename \ +# tests tests-internal := tst-strtod1i tst-strtod3 tst-strtod4 tst-strtod5i \ tst-tls-atexit tst-tls-atexit-nodelete