freebsd-src/tests/Makefile
Dag-Erling Smørgrav 4fbb9c43aa include: Add tests for N2867.
Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D41735
2023-09-07 06:40:14 +00:00

25 lines
407 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}
${PACKAGE}FILES+= README __init__.py conftest.py
KYUAFILE= yes
SUBDIR+= etc
SUBDIR+= examples
SUBDIR+= include
SUBDIR+= sys
SUBDIR+= atf_python
SUBDIR_PARALLEL=
afterinstall: install-tests-local
install-tests-local: .PHONY
${INSTALL_SYMLINK} -T 'package=tests' \
../local/tests ${DESTDIR}${TESTSDIR}/local
.include "Makefile.inc0"
.include <bsd.test.mk>