Cross Reference: Makefile
xref: /src/tests/lib/libc/Makefile
  • Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /src/tests/lib/libc/
Makefile revision 1.34
1# $NetBSD: Makefile,v 1.34 2011/01/13 02:40:43 pgoyette Exp $
2
3.include <bsd.own.mk>
4.include <bsd.sys.mk>
5
6TESTS_SUBDIRS+=	db gen hash ieeefp 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
18TESTS_C+=	t_inet
19TESTS_C+=	t_ptm
20
21.include <bsd.test.mk>
22

Indexes created Sat Dec 20 21:09:36 GMT 2025