1# $NetBSD: Makefile,v 1.41 2011/06/11 18:03:18 christos Exp $
2
3.include "Makefile.inc"
4.include <bsd.sys.mk>
5.include <bsd.own.mk>
6
7SUBDIR+=	tls_dso .WAIT
8
9TESTS_SUBDIRS+=	db gen hash inet locale net regex rpc setjmp stdlib
10TESTS_SUBDIRS+=	stdio string sys termios time tls ttyio
11
12.if ${HAS_SSP} == "yes"
13TESTS_SUBDIRS+=	ssp
14.endif
15
16TESTSDIR=	${TESTSBASE}/lib/libc
17
18TESTS_C+=	t_convfp
19TESTS_C+=	t_gdtoa
20
21.include <bsd.test.mk>
22