]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/Makefile
c092962ae30349e912331785d047db71556447c6
[apple/shell_cmds.git] / sh / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TESTSDIR= ${TESTSBASE}/bin/sh
6
7 TESTS_SUBDIRS+= builtins
8 TESTS_SUBDIRS+= errors
9 TESTS_SUBDIRS+= execution
10 TESTS_SUBDIRS+= expansion
11 TESTS_SUBDIRS+= parameters
12 TESTS_SUBDIRS+= parser
13 TESTS_SUBDIRS+= set-e
14
15 .include <bsd.test.mk>