]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - usr.bin/make/tests/Makefile
MFC various moves of tools/regressions/ tests to the new infrastructure.
[FreeBSD/stable/10.git] / usr.bin / make / tests / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/usr.bin/make
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>