summaryrefslogtreecommitdiff
path: root/meta-arm/meta-atp/recipes-kernel/atp/atp-test_3.1.bb
blob: 5a3097e0a604294cd62013a16a15a04f0f5020e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
require recipes-devtools/atp/atp-source_3.1.inc
inherit package

SUMMARY = "End-to-end tests evaluating ATP kernel modules service correctness"
SECTION = "kernel/userland"

S = "${WORKDIR}/git"
SRC_URI = "${ATP_SRC}"

EXTRA_OEMAKE += "-C linux/test"

do_compile() {
    oe_runmake
}

do_install() {
    oe_runmake DESTDIR=${D} PREFIX=${prefix} install
}

DEPENDS = "atp-uapi cppunit"
RDEPENDS:${PN} = "atp-uapi"