mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 21:32:13 +02:00
libseccomp: Add missing files for ptests
pfc files are used e.g. in 38-basic-pfc_coverage.sh valgrind_test.supp is required, when valgrind is installed, otherwise all valgrind tests fail (From OE-Core rev: b34aaa9acbe865f61be0a598b8df2735b1bc76cd) Signed-off-by: Joerg Vehlow <joerg.vehlow@aox.de> Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 32ba67bc37b5ca73f7d29cb6c7de281ab8f824bd) Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
57e088cfe3
commit
9437dc2783
@@ -37,6 +37,10 @@ do_install_ptest() {
|
||||
for file in $(find tests/*.tests -type f); do
|
||||
install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tests
|
||||
done
|
||||
for file in $(find tests/*.pfc -type f); do
|
||||
install -m 644 ${S}/${file} ${D}/${PTEST_PATH}/tests
|
||||
done
|
||||
install -m 644 ${S}/tests/valgrind_test.supp ${D}/${PTEST_PATH}/tests
|
||||
for file in $(find tools/* -executable -type f); do
|
||||
install -m 744 ${S}/${file} ${D}/${PTEST_PATH}/tools
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user