Deleted Added
full compact
Makefile (260635) Makefile (263161)
1# $FreeBSD: head/bin/test/tests/Makefile 260635 2014-01-14 18:45:32Z jmmv $
1# $FreeBSD: head/bin/test/tests/Makefile 263161 2014-03-14 08:56:19Z jmmv $
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/test
6
7TAP_TESTS_SH= legacy_test
8# Some tests in here are silently not run when the tests are executed as
9# root. Explicitly tell Kyua to drop privileges.
10#
11# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
12# requested. See https://code.google.com/p/kyua/issues/detail?id=6
13TEST_METADATA.legacy_test+= required_user="unprivileged"
14
2
3.include <bsd.own.mk>
4
5TESTSDIR= ${TESTSBASE}/bin/test
6
7TAP_TESTS_SH= legacy_test
8# Some tests in here are silently not run when the tests are executed as
9# root. Explicitly tell Kyua to drop privileges.
10#
11# TODO(jmmv): Kyua needs to do this by default, not only when explicitly
12# requested. See https://code.google.com/p/kyua/issues/detail?id=6
13TEST_METADATA.legacy_test+= required_user="unprivileged"
14
15.include <tap.test.mk>
15.include <bsd.test.mk>