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
This commit is contained in:
Alan Somers 2014-02-08 00:20:21 +00:00
parent 90990e3bc1
commit 7b51b855d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=261615

View File

@ -2,13 +2,11 @@
.include <bsd.own.mk>
SUBDIR= kern
.PATH: ${.CURDIR}/..
TESTS_SUBDIRS+= kern
TESTSDIR= ${TESTSBASE}/sys
KYUAFILE= yes
CLEANFILES+= Kyuafile
Kyuafile: ${.CURDIR}/../Kyuafile
cp -f ${.CURDIR}/../Kyuafile .
.include <bsd.test.mk>