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