libdbd-sqlite-perl: fix ptests

Add missing dependencies and install missing files for testing.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-24 19:57:40 +02:00 committed by Khem Raj
parent 85a6e07eb9
commit d5e2230e0e
2 changed files with 8 additions and 1 deletions

View File

@ -14,6 +14,7 @@ PTESTS_FAST_META_PERL = "\
libcrypt-openssl-rsa-perl \
libcgi-perl \
libdata-hexdump-perl \
libdbd-sqlite-perl \
libdigest-hmac-perl \
liberror-perl \
libextutils-config-perl \
@ -33,7 +34,6 @@ PTESTS_SLOW_META_PERL = "\
PTESTS_PROBLEMS_META_PERL = "\
libconfig-autoconf-perl \
libdbd-sqlite-perl \
libdigest-sha1-perl \
libfile-slurper-perl \
libhtml-parser-perl \

View File

@ -40,10 +40,17 @@ do_install:append() {
do_install_ptest() {
cp -r ${B}/MANIFEST ${D}${PTEST_PATH}
chown -R root:root ${D}${PTEST_PATH}
# the t/virtual_table/11_filcontent_fulltext tests load these files directly
cp -r ${S}/lib ${D}${PTEST_PATH}
cp -r ${S}/inc ${D}${PTEST_PATH}
}
RDEPENDS:${PN}-ptest += " \
libtest-nowarnings-perl \
perl-module-digest-md5 \
perl-module-encode-encoding \
perl-module-if \
perl-module-lib \
perl-module-encode \
perl-module-file-spec \