summaryrefslogtreecommitdiff
path: root/tests/lib/libc/string/Makefile
blob: 9bd1959488d8981be81724260baf914e595abed8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# $NetBSD: Makefile,v 1.8 2011/11/21 23:50:45 joerg Exp $

.include <bsd.own.mk>

TESTSDIR=	${TESTSBASE}/lib/libc/string

TESTS_C+=	t_memchr
TESTS_C+=	t_memcpy
TESTS_C+=	t_memmem
TESTS_C+=	t_memset
TESTS_C+=	t_popcount
TESTS_C+=	t_strcat
TESTS_C+=	t_strchr
TESTS_C+=	t_strcmp
TESTS_C+=	t_strcpy
TESTS_C+=	t_strcspn
TESTS_C+=	t_strerror
TESTS_C+=	t_stresep
TESTS_C+=	t_strlen
TESTS_C+=	t_strpbrk
TESTS_C+=	t_strrchr
TESTS_C+=	t_strspn
TESTS_C+=	t_swab

WARNS=		4

.include <bsd.test.mk>