xref: /minix/tests/lib/libc/Makefile (revision 84d9c625)
1# $NetBSD: Makefile,v 1.46 2013/01/27 02:32:39 christos Exp $
2
3.include "Makefile.inc"
4.include <bsd.own.mk>
5
6SUBDIR+=	tls_dso .WAIT
7
8# LSC: Unsupported on MINIX
9# c063 gen rpc setjmp
10# sys tls ttyio
11# LSC: db hangs, so compiled, installed, but not added to the testsuite by
12#      default
13SUBDIR+= db
14TESTS_SUBDIRS+=	hash inet locale net regex stdlib
15TESTS_SUBDIRS+=	stdio string termios time
16
17.if !defined(__MINIX)
18.if ${HAVE_SSP} == "yes"
19TESTS_SUBDIRS+=	ssp
20.endif
21.endif # !defined(__MINIX)
22
23TESTSDIR=	${TESTSBASE}/lib/libc
24
25TESTS_C+=	t_convfp
26TESTS_C+=	t_gdtoa
27TESTS_C+=	t_cdb
28
29.include <bsd.test.mk>
30