summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_3.4.bb10
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
index 70b6e91347b..a92288068be 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_3.4.bb
@@ -16,7 +16,13 @@ S = "${WORKDIR}/git"
RDEPENDS_${PN} = "python3-core python3-compression python3-mmap python3-setuptools"
-inherit python3native
-inherit setuptools3
+inherit python3native setuptools3 ptest
+
+do_install_ptest() {
+ install -d ${D}${PTEST_PATH}/tests
+ install -d ${D}${PTEST_PATH}/tests/test-data
+ install ${S}/tests/*.py ${D}${PTEST_PATH}/tests/
+ install ${S}/tests/test-data/* ${D}${PTEST_PATH}/tests/test-data/
+}
BBCLASSEXTEND = "native"