freebsd-skq/tests/sys/Makefile
Alan Somers 7b51b855d1 tests/sys/Makefile
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
2014-02-08 00:20:21 +00:00

13 lines
146 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
.PATH: ${.CURDIR}/..
TESTS_SUBDIRS+= kern
TESTSDIR= ${TESTSBASE}/sys
KYUAFILE= yes
.include <bsd.test.mk>