[PATCH] wctype/Makefile: Split and sort tests

Jens-Ulrik Petersen petersen@redhat.com
Tue Jun 17 09:09:17 GMT 2025


Thanks updated:

```
commit d3f11e290f90b81dc467d9d3650c6ed253aaede1
Author: Jens Petersen <petersen@redhat.com>
Date:   Sat Jun 14 12:01:24 2025 +0200

    wctype/Makefile: Split and sort tests

    Split and sort tests in wctype/Makefile.

diff --git a/wctype/Makefile b/wctype/Makefile
index 4708594d84..5b1e881ee7 100644
--- a/wctype/Makefile
+++ b/wctype/Makefile
@@ -26,7 +26,11 @@ headers := wctype.h bits/wctype-wchar.h
 routines := wcfuncs wctype iswctype wctrans towctrans \
    wcfuncs_l wctype_l iswctype_l wctrans_l towctrans_l

-tests := test_wctype test_wcfuncs bug-wctypeh
+tests := \
+ bug-wctypeh \
+ test_wcfuncs \
+ test_wctype \
+  # tests

 include ../Rules

```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/libc-alpha/attachments/20250617/cd8aa183/attachment.htm>


More information about the Libc-alpha mailing list