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