summaryrefslogtreecommitdiff
path: root/tests/lib/libc/string/Makefile
blob: 0bf2397a8ea0e2c22fec542969aa5ddeea060435 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile,v 1.4 2010/12/26 13:35:54 pgoyette Exp $

.include <bsd.own.mk>

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

TESTS_C+=	t_memcpy
TESTS_C+=	t_memmem
TESTS_C+=	t_popcount
TESTS_C+=	t_stresep
TESTS_C+=	t_string
TESTS_C+=	t_swab

.include <bsd.test.mk>