summaryrefslogtreecommitdiff
path: root/tests/lib/libc/Makefile
blob: 5437eb9ca3ac42129f9bc89add25a6c5d2504dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# $NetBSD: Makefile,v 1.4 2010/02/26 09:35:08 martin Exp $

.include <bsd.own.mk>

SUBDIR+=	hash stdlib

# Disabled for now, only test in there is very expensive
#SUBDIR+=	 string

TESTSDIR=	${TESTSBASE}/lib/libc

.include <bsd.subdir.mk>
.include <bsd.test.mk>