]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - tests/sys/pjdfstest/tests/pjdfstest.test.mk
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / tests / sys / pjdfstest / tests / pjdfstest.test.mk
1 # $FreeBSD$
2
3 PJDFSTEST_SRCDIR=       ${.CURDIR:H:H:H:H:H}/contrib/pjdfstest
4
5 .PATH: ${PJDFSTEST_SRCDIR}/tests/${.CURDIR:T}
6
7 TESTSDIR?=      ${TESTSBASE}/sys/pjdfstest/${.CURDIR:T}
8
9 .for s in ${TAP_TESTS_SH}
10 TAP_TESTS_SH_SRC_$s=    $s.t
11 TEST_METADATA.$s+=      required_user="root"
12 .endfor
13
14 .include <bsd.test.mk>