xref: /minix/external/bsd/atf/tests/atf/Makefile (revision 0a6a1f1d)
1# $NetBSD: Makefile,v 1.9 2014/02/12 04:08:32 jmmv Exp $
2
3.include <bsd.init.mk>
4
5TESTSDIR=	${TESTSBASE}/atf
6
7TESTS_SUBDIRS=	atf-c \
8		atf-c++ \
9		atf-sh \
10		test-programs
11
12.if !(${MKKYUA} != "no")
13TESTS_SUBDIRS+=	tools
14.endif
15
16.PATH:		${SRCDIR}
17
18.include <bsd.test.mk>
19