blob: 458ad8ecf2a99dadcae4f19ef9ee91f9f8b0e6e0 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001require cryptodev.inc
2
3SUMMARY = "A test suite for /dev/crypto device driver"
4
5DEPENDS += "openssl"
6
7SRC_URI += " \
Patrick Williamse760df82023-05-26 11:10:49 -05008 file://0001-tests-Makefile-do-not-use-Werror.patch \
9 "
Brad Bishop19323692019-04-05 15:28:33 -040010
11EXTRA_OEMAKE='KERNEL_DIR="${STAGING_EXECPREFIXDIR}" PREFIX="${D}"'
12
13do_compile() {
Patrick Williamse760df82023-05-26 11:10:49 -050014 oe_runmake tests
Brad Bishop19323692019-04-05 15:28:33 -040015}
16
17do_install() {
18 oe_runmake install_tests
19}
20
Patrick Williams213cb262021-08-07 19:21:33 -050021FILES:${PN} = "${bindir}/*"