]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/Makefile
MFH
[FreeBSD/FreeBSD.git] / bin / sh / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 PACKAGE=        tests
6 FILESGROUPS=    TESTS
7 TESTSPACKAGE=   ${PACKAGE}
8
9 TESTS_SUBDIRS+= builtins
10 TESTS_SUBDIRS+= errors
11 TESTS_SUBDIRS+= execution
12 TESTS_SUBDIRS+= expansion
13 TESTS_SUBDIRS+= parameters
14 TESTS_SUBDIRS+= parser
15 TESTS_SUBDIRS+= set-e
16
17 .include <bsd.test.mk>