Home | History | Annotate | Line # | Download | only in locale
Makefile revision 1.17
      1  1.17  riastrad # $NetBSD: Makefile,v 1.17 2024/08/15 14:16:34 riastradh Exp $
      2   1.1  pgoyette 
      3   1.1  pgoyette .include <bsd.own.mk>
      4   1.1  pgoyette 
      5   1.1  pgoyette TESTSDIR=	${TESTSBASE}/lib/libc/locale
      6   1.1  pgoyette 
      7  1.15  riastrad TESTS_C+=	t_btowc
      8  1.17  riastrad TESTS_C+=	t_c16rtomb
      9  1.17  riastrad TESTS_C+=	t_c32rtomb
     10  1.15  riastrad TESTS_C+=	t_digittoint
     11  1.15  riastrad TESTS_C+=	t_ducet
     12  1.15  riastrad TESTS_C+=	t_io
     13  1.17  riastrad TESTS_C+=	t_mbrtoc16
     14  1.17  riastrad TESTS_C+=	t_mbrtoc32
     15   1.3    jruoho TESTS_C+=	t_mbrtowc
     16  1.15  riastrad TESTS_C+=	t_mbsnrtowcs
     17   1.3    jruoho TESTS_C+=	t_mbstowcs
     18   1.1  pgoyette TESTS_C+=	t_mbtowc
     19  1.15  riastrad TESTS_C+=	t_sprintf
     20  1.15  riastrad TESTS_C+=	t_strfmon
     21  1.15  riastrad TESTS_C+=	t_toupper
     22  1.16  riastrad TESTS_C+=	t_uchar
     23  1.15  riastrad TESTS_C+=	t_wcscoll
     24   1.4     joerg TESTS_C+=	t_wcscspn
     25   1.4     joerg TESTS_C+=	t_wcspbrk
     26  1.13  christos TESTS_C+=	t_wcsrtombs
     27   1.4     joerg TESTS_C+=	t_wcsspn
     28   1.1  pgoyette TESTS_C+=	t_wcstod
     29   1.1  pgoyette TESTS_C+=	t_wctomb
     30   1.8  perseant TESTS_C+=	t_wctype
     31   1.1  pgoyette 
     32  1.15  riastrad COPTS.t_btowc.c += -Wno-unused-variable
     33   1.9  perseant COPTS.t_digittoint.c += -Wno-unused-variable
     34  1.14  christos COPTS.t_strfmon.c += -Wno-format-nonliteral
     35  1.15  riastrad COPTS.t_wctomb.c += -Wno-stack-protector
     36   1.2      tron 
     37   1.1  pgoyette .include <bsd.test.mk>
     38