xref: /freebsd/bin/test/tests/Makefile (revision 1f4bcc459a76b7aa664f3fd557684cd0ba6da352)
1# $FreeBSD$
2
3.include <bsd.own.mk>
4
5PACKAGE=	tests
6FILESGROUPS=	TESTS
7TESTSPACKAGE=	${PACKAGE}
8
9TAP_TESTS_SH=	legacy_test
10# Some tests in here are silently not run when the tests are executed as
11# root.  Explicitly tell Kyua to drop privileges.
12#
13# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
14# requested.  See https://code.google.com/p/kyua/issues/detail?id=6
15TEST_METADATA.legacy_test+= required_user="unprivileged"
16
17.include <bsd.test.mk>
18