]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/sh/tests/Makefile
MFC r295643:
[FreeBSD/stable/10.git] / bin / sh / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTS_SUBDIRS+= builtins
6 TESTS_SUBDIRS+= errors
7 TESTS_SUBDIRS+= execution
8 TESTS_SUBDIRS+= expansion
9 TESTS_SUBDIRS+= parameters
10 TESTS_SUBDIRS+= parser
11 TESTS_SUBDIRS+= set-e
12
13 .include <bsd.test.mk>