]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - bin/test/tests/Makefile
MFC r289172,r290254:
[FreeBSD/stable/10.git] / bin / test / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 TAP_TESTS_SH=   legacy_test
6 # Some tests in here are silently not run when the tests are executed as
7 # root.  Explicitly tell Kyua to drop privileges.
8 #
9 # TODO(jmmv): Kyua needs to do this by default, not only when explicitly
10 # requested.  See https://code.google.com/p/kyua/issues/detail?id=6
11 TEST_METADATA.legacy_test+= required_user="unprivileged"
12
13 .include <bsd.test.mk>