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