xref: /minix3/tests/lib/libc/Makefile (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc# $NetBSD: Makefile,v 1.47 2014/02/17 10:10:41 martin Exp $
211be35a1SLionel Sambuc
311be35a1SLionel Sambuc.include "Makefile.inc"
411be35a1SLionel Sambuc.include <bsd.own.mk>
511be35a1SLionel Sambuc
6*0a6a1f1dSLionel Sambuc# LSC: Unsupported on MINIX
7*0a6a1f1dSLionel SambucSUBDIR+=	tls_dso .WAIT # sync
811be35a1SLionel Sambuc
911be35a1SLionel Sambuc# LSC: Unsupported on MINIX
1011be35a1SLionel Sambuc# c063 gen rpc setjmp
1111be35a1SLionel Sambuc# sys tls ttyio
1284d9c625SLionel Sambuc# LSC: db hangs, so compiled, installed, but not added to the testsuite by
1384d9c625SLionel Sambuc#      default
1484d9c625SLionel SambucSUBDIR+= db
1584d9c625SLionel SambucTESTS_SUBDIRS+=	hash inet locale net regex stdlib
1611be35a1SLionel SambucTESTS_SUBDIRS+=	stdio string termios time
1711be35a1SLionel Sambuc
1811be35a1SLionel Sambuc.if !defined(__MINIX)
1911be35a1SLionel Sambuc.if ${HAVE_SSP} == "yes"
2011be35a1SLionel SambucTESTS_SUBDIRS+=	ssp
2111be35a1SLionel Sambuc.endif
2211be35a1SLionel Sambuc.endif # !defined(__MINIX)
2311be35a1SLionel Sambuc
2411be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/lib/libc
2511be35a1SLionel Sambuc
2611be35a1SLionel SambucTESTS_C+=	t_convfp
2711be35a1SLionel SambucTESTS_C+=	t_gdtoa
2811be35a1SLionel SambucTESTS_C+=	t_cdb
2911be35a1SLionel Sambuc
3011be35a1SLionel Sambuc.include <bsd.test.mk>
31