mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-20 11:11:24 +00:00
d58d03e575
Add a few sentences describing how to run the tests. Reviewed by: ngie Differential Revision: https://reviews.freebsd.org/D4224
20 lines
312 B
Makefile
20 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
SUBDIR+= etc
|
|
SUBDIR+= sys
|
|
SUBDIR_PARALLEL=
|
|
|
|
TESTSDIR= ${TESTSBASE}
|
|
KYUAFILE= yes
|
|
|
|
FILES+= README
|
|
FILESDIR_README= ${TESTSDIR}
|
|
|
|
afterinstall: install-tests-local
|
|
install-tests-local: .PHONY
|
|
${INSTALL_SYMLINK} ../local/tests ${DESTDIR}${TESTSDIR}/local
|
|
|
|
.include <bsd.test.mk>
|