summaryrefslogtreecommitdiff
path: root/tests/lib/libc/string/Makefile
blob: b92d81e748a77c40ccad6cf8e97fa5d034abc518 (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
28
# $NetBSD: Makefile,v 1.9 2014/06/23 10:53:20 shm Exp $

.include <bsd.own.mk>

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

TESTS_C+=	t_bm
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>