freebsd-dev/tests/Makefile
Warner Losh d0b2dbfa0e Remove $FreeBSD$: one-line sh pattern
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2023-08-16 11:55:03 -06:00

24 lines
390 B
Makefile

PACKAGE= tests
TESTSDIR= ${TESTSBASE}
${PACKAGE}FILES+= README __init__.py conftest.py
KYUAFILE= yes
SUBDIR+= etc
SUBDIR+= examples
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>