13 lines
161 B
Makefile
13 lines
161 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
.include <bsd.own.mk>
|
||
|
|
||
|
TESTSDIR= ${TESTSBASE}/lib/atf
|
||
|
|
||
|
.PATH: ${.CURDIR:H:H:H}/tests
|
||
|
KYUAFILE= yes
|
||
|
|
||
|
SUBDIR= test-programs
|
||
|
|
||
|
.include <bsd.test.mk>
|