]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/Makefile
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / Makefile
1 # $FreeBSD: head/bin/sh/tests/Makefile 299094 2016-05-04 23:20:53Z ngie $
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>