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