aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shell_cmds/sh/tests/Makefile')
-rw-r--r--shell_cmds/sh/tests/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell_cmds/sh/tests/Makefile b/shell_cmds/sh/tests/Makefile
new file mode 100644
index 0000000..b7d7b7d
--- /dev/null
+++ b/shell_cmds/sh/tests/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD: head/bin/sh/tests/Makefile 322438 2017-08-12 19:17:48Z jilles $
+
+.include <bsd.own.mk>
+
+TESTS_SUBDIRS+= builtins
+TESTS_SUBDIRS+= errors
+TESTS_SUBDIRS+= execution
+TESTS_SUBDIRS+= expansion
+TESTS_SUBDIRS+= invocation
+TESTS_SUBDIRS+= parameters
+TESTS_SUBDIRS+= parser
+TESTS_SUBDIRS+= set-e
+
+.include <bsd.test.mk>