summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/lua/lua-test_5.2.2.bb
blob: 877df8e374ba54d484b252d390e562c0d1080a32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
DESCRIPTION = "Lua test suites"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
                    file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
HOMEPAGE = "http://www.lua.org/"

DEPENDS = "lua"
SRC_URI = "http://www.lua.org/tests/lua-${PV}-tests.tar.gz \
           file://lua-test.patch \
           file://run-ptest \
"

S = "${WORKDIR}/lua-${PV}-tests"

SRC_URI[md5sum] = "a3dabd30e5a364c87191b0c1e6f64178"
SRC_URI[sha256sum] = "07c1071c66d9cb4dc80200ed430fc21ebbbccf1f55148b87eb0b9522932e4eb6"

inherit ptest

do_install_ptest () {
    cp -a ${S} ${D}${PTEST_PATH}/test
}