]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/Makefile
b7d7b7dcea8b0b3faa078387368c0f6a115cc84d
[apple/shell_cmds.git] / sh / tests / Makefile
1 # $FreeBSD: head/bin/sh/tests/Makefile 322438 2017-08-12 19:17:48Z jilles $
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+= invocation
10 TESTS_SUBDIRS+= parameters
11 TESTS_SUBDIRS+= parser
12 TESTS_SUBDIRS+= set-e
13
14 .include <bsd.test.mk>