xref: /minix3/tests/include/Makefile (revision 11be35a165022172ed3cea20f2b5df0307540b0e)
1*11be35a1SLionel Sambuc# $NetBSD: Makefile,v 1.10 2011/05/26 12:56:32 joerg Exp $
2*11be35a1SLionel Sambuc
3*11be35a1SLionel SambucNOMAN=		# defined
4*11be35a1SLionel Sambuc
5*11be35a1SLionel Sambuc.include <bsd.own.mk>
6*11be35a1SLionel Sambuc
7*11be35a1SLionel SambucTESTSDIR=	${TESTSBASE}/include
8*11be35a1SLionel SambucTESTS_SUBDIRS=	machine sys
9*11be35a1SLionel Sambuc
10*11be35a1SLionel SambucTESTS_C=	t_bitstring
11*11be35a1SLionel SambucTESTS_C+=	t_errno
12*11be35a1SLionel SambucTESTS_C+=	t_glob
13*11be35a1SLionel SambucTESTS_C+=	t_inttypes
14*11be35a1SLionel SambucTESTS_C+=	t_limits
15*11be35a1SLionel SambucTESTS_C+=	t_netdb
16*11be35a1SLionel SambucTESTS_C+=	t_paths
17*11be35a1SLionel SambucTESTS_C+=	t_stdint
18*11be35a1SLionel Sambuc
19*11be35a1SLionel SambucFILESDIR=	${TESTSDIR}
20*11be35a1SLionel SambucFILES=		d_bitstring_27.out
21*11be35a1SLionel SambucFILES+=		d_bitstring_32.out
22*11be35a1SLionel SambucFILES+=		d_bitstring_49.out
23*11be35a1SLionel SambucFILES+=		d_bitstring_64.out
24*11be35a1SLionel SambucFILES+=		d_bitstring_67.out
25*11be35a1SLionel SambucFILES+=		d_bitstring_8.out
26*11be35a1SLionel Sambuc
27*11be35a1SLionel SambucCWARNFLAGS.clang+=	-Wno-uninitialized
28*11be35a1SLionel Sambuc
29*11be35a1SLionel Sambuc.include <bsd.test.mk>
30