]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/bmake/tests/Makefile
Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed
[FreeBSD/FreeBSD.git] / usr.bin / bmake / tests / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 ${PACKAGE}FILES+=       common.sh
6 ${PACKAGE}FILES+=       test-new.mk
7
8 TESTS_SUBDIRS=  archives
9 TESTS_SUBDIRS+= basic
10 TESTS_SUBDIRS+= execution
11 TESTS_SUBDIRS+= shell
12 TESTS_SUBDIRS+= suffixes
13 TESTS_SUBDIRS+= syntax
14 TESTS_SUBDIRS+= sysmk
15 TESTS_SUBDIRS+= variables
16
17 .include <bsd.test.mk>