Makefile revision 1.6
1# $NetBSD: Makefile,v 1.6 2010/12/23 15:27:44 pgoyette Exp $
2
3.include <bsd.own.mk>
4
5TESTSDIR=	${TESTSBASE}/lib/libc/stdlib
6
7TESTS_C+=	t_div t_mi_vector_hash t_environment t_environment_pth
8TESTS_C+=	t_strtox
9
10LDADD.t_environment_pth=	-pthread
11
12.include <bsd.test.mk>
13