]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.bin/bmake/tests/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.bin / bmake / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.bin/bmake
4
5 FILESDIR=       ${TESTSDIR}
6 FILES=          common.sh
7 FILES+=         test-new.mk
8
9 TESTS_SUBDIRS=  archives
10 TESTS_SUBDIRS+= basic
11 TESTS_SUBDIRS+= execution
12 TESTS_SUBDIRS+= shell
13 TESTS_SUBDIRS+= suffixes
14 TESTS_SUBDIRS+= syntax
15 TESTS_SUBDIRS+= sysmk
16 TESTS_SUBDIRS+= variables
17
18 .include <bsd.test.mk>