Makefile revision 262951
1153187Spjd# $FreeBSD: stable/10/bin/sh/tests/Makefile 262951 2014-03-09 17:04:31Z jmmv $
2153187Spjd
3153187Spjd.include <bsd.own.mk>
4153187Spjd
5153187SpjdTESTSDIR=	${TESTSBASE}/bin/sh
6153187Spjd
7153187SpjdTAP_TESTS_SH=	legacy_test
8153187SpjdTAP_TESTS_SH_SED_legacy_test=	-e 's,__SH__,/bin/sh,g'
9153187Spjd# Some tests in here are silently not run when the tests are executed as
10153187Spjd# root.  Explicitly tell Kyua to drop privileges.
11293438Sngie#
12293438Sngie# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
13153187Spjd# requested.  See https://code.google.com/p/kyua/issues/detail?id=6
14293438SngieTEST_METADATA.legacy_test+= required_user="unprivileged"
15293438Sngie
16293438SngieSUBDIR+=	builtins errors execution expansion parameters parser set-e
17293438Sngie
18153187Spjd.include <tap.test.mk>
19153187Spjd