xref: /freebsd/tests/Makefile (revision 4fbb9c43)
164e33c5cSCy Schubert
264e33c5cSCy SchubertPACKAGE= tests
364e33c5cSCy Schubert
464e33c5cSCy SchubertTESTSDIR= ${TESTSBASE}
564e33c5cSCy Schubert
68eb2bee6SAlexander V. Chernikov${PACKAGE}FILES+=		README __init__.py conftest.py
764e33c5cSCy Schubert
864e33c5cSCy SchubertKYUAFILE= yes
964e33c5cSCy Schubert
1064e33c5cSCy SchubertSUBDIR+= etc
118161b823SAlexander V. ChernikovSUBDIR+= examples
124fbb9c43SDag-Erling SmørgravSUBDIR+= include
1364e33c5cSCy SchubertSUBDIR+= sys
148eb2bee6SAlexander V. ChernikovSUBDIR+= atf_python
1564e33c5cSCy Schubert
1664e33c5cSCy SchubertSUBDIR_PARALLEL=
1764e33c5cSCy Schubert
1864e33c5cSCy Schubertafterinstall: install-tests-local
1964e33c5cSCy Schubertinstall-tests-local: .PHONY
2064e33c5cSCy Schubert	${INSTALL_SYMLINK} -T 'package=tests' \
2164e33c5cSCy Schubert	    ../local/tests ${DESTDIR}${TESTSDIR}/local
2264e33c5cSCy Schubert
2364e33c5cSCy Schubert.include "Makefile.inc0"
2464e33c5cSCy Schubert.include <bsd.test.mk>
25