] [meta-oe][PATCH V1] tar: add ptest
On Fri, 3 Feb 2023 at 04:08, Yan Xin Kuan wrote:
> @@ -100,6 +100,7 @@ PTESTS_SLOW = "\
> python3-cryptography-ptest \
> python3-ptest \
> strace-ptest \
> +tar-ptest \
> tcl-ptest \
> util-linux-pte
On Fri, 3 Feb 2023 at 04:08, Yan Xin Kuan wrote:
> @@ -100,6 +100,7 @@ PTESTS_SLOW = "\
> python3-cryptography-ptest \
> python3-ptest \
> strace-ptest \
> +tar-ptest \
> tcl-ptest \
> util-linux-ptest \
> valgrind-ptest \
PTESTS_SLOW is for tests longer than 30
From: Yan
enable ptest for oss "tar".
Signed-off-by: Yanxinkuan
---
.../distro/include/ptest-packagelists.inc | 1 +
meta/recipes-extended/tar/files/run-ptest | 10 +++
meta/recipes-extended/tar/tar_1.34.bb | 27 +--
3 files changed, 36 insertions(+), 2 del