Makefile revision 1.36
1# $NetBSD: Makefile,v 1.36 2011/01/13 13:53:49 pgoyette Exp $
2
3.include <bsd.own.mk>
4.include <bsd.sys.mk>
5
6TESTS_SUBDIRS+=	db gen hash ieeefp inet net regex rpc setjmp stdlib
7TESTS_SUBDIRS+=	stdio string sys time ttyio
8
9.if ${HAS_SSP} == "yes"
10TESTS_SUBDIRS+=	ssp
11.endif
12
13TESTSDIR=	${TESTSBASE}/lib/libc
14
15TESTS_C+=	t_convfp
16TESTS_C+=	t_gdtoa
17TESTS_C+=	t_hsearch
18
19.include <bsd.test.mk>
20