xref: /minix3/tests/lib/libc/string/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.9 2014/06/23 10:53:20 shm Exp $
211be35a1SLionel Sambuc
311be35a1SLionel Sambuc.include <bsd.own.mk>
411be35a1SLionel Sambuc
511be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/lib/libc/string
611be35a1SLionel Sambuc
7*0a6a1f1dSLionel SambucTESTS_C+=	t_bm
811be35a1SLionel SambucTESTS_C+=	t_memchr
911be35a1SLionel SambucTESTS_C+=	t_memcpy
1011be35a1SLionel SambucTESTS_C+=	t_memmem
1111be35a1SLionel SambucTESTS_C+=	t_memset
1211be35a1SLionel SambucTESTS_C+=	t_popcount
1311be35a1SLionel SambucTESTS_C+=	t_strcat
1411be35a1SLionel SambucTESTS_C+=	t_strchr
1511be35a1SLionel SambucTESTS_C+=	t_strcmp
1611be35a1SLionel SambucTESTS_C+=	t_strcpy
1711be35a1SLionel SambucTESTS_C+=	t_strcspn
1811be35a1SLionel SambucTESTS_C+=	t_strerror
1911be35a1SLionel SambucTESTS_C+=	t_stresep
2011be35a1SLionel SambucTESTS_C+=	t_strlen
2111be35a1SLionel SambucTESTS_C+=	t_strpbrk
2211be35a1SLionel SambucTESTS_C+=	t_strrchr
2311be35a1SLionel SambucTESTS_C+=	t_strspn
2411be35a1SLionel SambucTESTS_C+=	t_swab
2511be35a1SLionel Sambuc
2611be35a1SLionel SambucWARNS=		4
2711be35a1SLionel Sambuc
2811be35a1SLionel Sambuc.include <bsd.test.mk>
29