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.20
1# $NetBSD: Makefile,v 1.20 2011/01/04 22:30:40 pgoyette Exp $
2
3.include <bsd.own.mk>
4.include <bsd.sys.mk>
5
6TESTS_SUBDIRS+=	gen hash ieeefp setjmp stdlib stdio string
7
8.if ${HAS_SSP} == "yes"
9TESTS_SUBDIRS+=	ssp
10.endif
11
12TESTSDIR=	${TESTSBASE}/lib/libc
13
14TESTS_C+=	t_clone
15TESTS_C+=	t_context
16TESTS_C+=	t_convfp
17TESTS_C+=	t_gdtoa
18TESTS_C+=	t_hsearch
19TESTS_C+=	t_inet
20TESTS_C+=	t_ptm
21TESTS_C+=	t_randomid
22TESTS_C+=	t_strptime
23
24TESTS_SH+=	t_atexit
25TESTS_SH+=	t_protoent
26TESTS_SH+=	t_servent
27
28BINDIR=		${TESTSDIR}
29MKMAN=		no
30
31PROGS+=		h_atexit
32PROGS+=		h_protoent
33PROGS+=		h_servent
34
35.include <bsd.test.mk>
36

Indexes created Sun Dec 21 11:09:39 GMT 2025