]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/opencrypto/Makefile
Update ELF Tool Chain to upstream rev 3400
[FreeBSD/FreeBSD.git] / tests / sys / opencrypto / Makefile
1 # $FreeBSD$
2
3 TESTSDIR=       ${TESTSBASE}/sys/opencrypto
4 BINDIR=         ${TESTSDIR}
5
6 PLAIN_TESTS_SH= runtests
7
8 TEST_METADATA.foo+=required_programs="python"
9 PYMODULES=      cryptodev.py cryptodevh.py cryptotest.py dpkt.py
10
11 FILESDIR=       ${TESTSDIR}
12 FILES=          ${PYMODULES}
13
14 .include <bsd.test.mk>