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:
parent
90990e3bc1
commit
7b51b855d1
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user