Home | History | Annotate | Line # | Download | only in locale
Makefile revision 1.13.2.1
      1 # $NetBSD: Makefile,v 1.13.2.1 2026/07/03 18:13:19 martin Exp $
      2 
      3 .include <bsd.own.mk>
      4 
      5 TESTSDIR=	${TESTSBASE}/lib/libc/locale
      6 
      7 TESTS_C+=	t_mbrtowc
      8 TESTS_C+=	t_mbstowcs
      9 TESTS_C+=	t_mbsnrtowcs
     10 TESTS_C+=	t_mbtowc
     11 TESTS_C+=	t_wcscspn
     12 TESTS_C+=	t_wcspbrk
     13 TESTS_C+=	t_wcsrtombs
     14 TESTS_C+=	t_wcsspn
     15 TESTS_C+=	t_wcstod
     16 TESTS_C+=	t_wctomb
     17 TESTS_C+=	t_iconv
     18 TESTS_C+=	t_io
     19 TESTS_C+=	t_toupper
     20 TESTS_C+=	t_digittoint
     21 TESTS_C+=	t_sprintf
     22 TESTS_C+=	t_wctype
     23 TESTS_C+=	t_btowc
     24 TESTS_C+=	t_wcscoll
     25 TESTS_C+=	t_ducet
     26 TESTS_C+=	t_strfmon
     27 
     28 COPTS.t_wctomb.c += -Wno-stack-protector
     29 COPTS.t_digittoint.c += -Wno-unused-variable
     30 COPTS.t_btowc.c += -Wno-unused-variable
     31 
     32 .include <bsd.test.mk>
     33