]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - libexec/atf/atf-check/tests/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / libexec / atf / atf-check / tests / Makefile
1 # $FreeBSD$
2
3 .include <bsd.init.mk>
4
5 TESTSDIR=       ${TESTSBASE}/libexec/atf/atf-check
6
7 ATF=            ${.CURDIR:H:H:H:H}/contrib/atf
8 .PATH:          ${ATF}/atf-sh
9
10 ATF_TESTS_SH=   atf-check_test
11
12 .include <bsd.test.mk>