mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 06:16:04 +01:00
libopenmtp: fix ptests
Install missing test data file. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
5c0c80437e
commit
8fa97bdc1f
|
|
@ -7,11 +7,11 @@
|
|||
# ptests which take less than ~30s each
|
||||
|
||||
PTESTS_FAST_META_MULTIMEDIA = "\
|
||||
libopenmpt\
|
||||
"
|
||||
|
||||
PTESTS_SLOW_META_MULTIMEDIA = "\
|
||||
"
|
||||
|
||||
PTESTS_PROBLEMS_META_MULTIMEDIA = "\
|
||||
libopenmpt \
|
||||
"
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ do_install_ptest() {
|
|||
install -m 0644 ${S}/test/test.mptm ${D}${PTEST_PATH}/test
|
||||
install -m 0644 ${S}/test/test.s3m ${D}${PTEST_PATH}/test
|
||||
install -m 0644 ${S}/test/test.xm ${D}${PTEST_PATH}/test
|
||||
install -m 0644 ${S}/test/test.mod ${D}${PTEST_PATH}/test
|
||||
|
||||
install -d ${D}${PTEST_PATH}/libopenmpt
|
||||
install -m 0644 ${S}/libopenmpt/libopenmpt_version.mk ${D}${PTEST_PATH}/libopenmpt
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user