aboutsummaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-kernel/cryptodev/cryptodev-tests_1.7.bb
blob: 128ccc99b4096d8c9dd4eeb58d27541ef6d6e9c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
require cryptodev_${PV}.inc

SUMMARY = "A test suite for /dev/crypto device driver"
DEPENDS = "openssl"

EXTRA_OEMAKE='KERNEL_DIR="${STAGING_KERNEL_DIR}" PREFIX="${D}"'

do_compile() {
	oe_runmake testprogs
}

do_install() {
	oe_runmake install_tests
}

FILES_${PN}-dbg += "${bindir}/tests_cryptodev/.debug"
FILES_${PN} = "${bindir}/tests_cryptodev/*"