Home | History | Annotate | Line # | Download | only in locale
Makefile revision 1.16
      1  1.16  riastrad # $NetBSD: Makefile,v 1.16 2024/08/15 13:14:44 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.15  riastrad TESTS_C+=	t_digittoint
      9  1.15  riastrad TESTS_C+=	t_ducet
     10  1.15  riastrad TESTS_C+=	t_io
     11   1.3    jruoho TESTS_C+=	t_mbrtowc
     12  1.15  riastrad TESTS_C+=	t_mbsnrtowcs
     13   1.3    jruoho TESTS_C+=	t_mbstowcs
     14   1.1  pgoyette TESTS_C+=	t_mbtowc
     15  1.15  riastrad TESTS_C+=	t_sprintf
     16  1.15  riastrad TESTS_C+=	t_strfmon
     17  1.15  riastrad TESTS_C+=	t_toupper
     18  1.16  riastrad TESTS_C+=	t_uchar
     19  1.15  riastrad TESTS_C+=	t_wcscoll
     20   1.4     joerg TESTS_C+=	t_wcscspn
     21   1.4     joerg TESTS_C+=	t_wcspbrk
     22  1.13  christos TESTS_C+=	t_wcsrtombs
     23   1.4     joerg TESTS_C+=	t_wcsspn
     24   1.1  pgoyette TESTS_C+=	t_wcstod
     25   1.1  pgoyette TESTS_C+=	t_wctomb
     26   1.8  perseant TESTS_C+=	t_wctype
     27   1.1  pgoyette 
     28  1.15  riastrad COPTS.t_btowc.c += -Wno-unused-variable
     29   1.9  perseant COPTS.t_digittoint.c += -Wno-unused-variable
     30  1.14  christos COPTS.t_strfmon.c += -Wno-format-nonliteral
     31  1.15  riastrad COPTS.t_wctomb.c += -Wno-stack-protector
     32   1.2      tron 
     33   1.1  pgoyette .include <bsd.test.mk>
     34