]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/opencrypto/Makefile
Merge content currently under test from ^/vendor/NetBSD/tests/dist/@r312123
[FreeBSD/FreeBSD.git] / tests / sys / opencrypto / Makefile
1 # $FreeBSD$
2
3 PACKAGE=        tests
4
5 TESTSDIR=       ${TESTSBASE}/sys/opencrypto
6 BINDIR=         ${TESTSDIR}
7
8 PLAIN_TESTS_SH= runtests
9
10 TEST_METADATA.foo+=required_programs="python"
11 PYMODULES=      cryptodev.py cryptodevh.py cryptotest.py dpkt.py
12
13 ${PACKAGE}FILES+=       ${PYMODULES}
14
15 .include <bsd.test.mk>