summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/Makefile
blob: 7883ad4920d7bc01fa2762bebb5ab1a70058cd2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $FreeBSD$

.include <bsd.own.mk>

PACKAGE=	tests
FILESGROUPS=	TESTS
TESTSPACKAGE=	${PACKAGE}

TESTS_SUBDIRS+=	builtins
TESTS_SUBDIRS+=	errors
TESTS_SUBDIRS+=	execution
TESTS_SUBDIRS+=	expansion
TESTS_SUBDIRS+=	parameters
TESTS_SUBDIRS+=	parser
TESTS_SUBDIRS+=	set-e

SUBDIR_PARALLEL=

.include <bsd.test.mk>
OpenPOWER on IntegriCloud