7b51b855d1
use TESTS_SUBDIRS for kern instead of SUBDIRS. I don't think it makes a difference in this case, but TESTS_SUBDIRS is generally correct for subdirectories that contain tests. Sponsored by: Spectra Logic MFC after: 5 days X-MFC-With: r261133
13 lines
146 B
Makefile
13 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
.PATH: ${.CURDIR}/..
|
|
|
|
TESTS_SUBDIRS+= kern
|
|
TESTSDIR= ${TESTSBASE}/sys
|
|
|
|
KYUAFILE= yes
|
|
|
|
.include <bsd.test.mk>
|