Cross Reference: Makefile
xref: /src/tests/lib/libc/locale/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libc/locale/
Makefile revision 1.8
1# $NetBSD: Makefile,v 1.8 2017/05/30 23:44:02 perseant Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/locale
6
7TESTS_C+=	t_mbrtowc
8TESTS_C+=	t_mbstowcs
9TESTS_C+=	t_mbsnrtowcs
10TESTS_C+=	t_mbtowc
11TESTS_C+=	t_wcscspn
12TESTS_C+=	t_wcspbrk
13TESTS_C+=	t_wcsspn
14TESTS_C+=	t_wcstod
15TESTS_C+=	t_wctomb
16TESTS_C+=	t_io
17TESTS_C+=	t_toupper
18#TESTS_C+=	t_digittoint
19TESTS_C+=	t_sprintf
20TESTS_C+=	t_wctype
21
22COPTS.t_wctomb.c += -Wno-stack-protector
23
24.include <bsd.test.mk>
25

Indexes created Thu Dec 11 12:09:38 GMT 2025