mirror of
https://git.yoctoproject.org/poky
synced 2026-09-27 04:36:23 +02:00
1. Run run-ptest at arbitrary path 2. Fix large-subopt.in1 not found ... |diff: /lib32-diffutils/3.7-r0/build/../diffutils-3.7/tests/large-subopt.in1: No such file or directory |diff: /lib32-diffutils/3.7-r0/build/../diffutils-3.7/tests/large-subopt.in2: No such file or directory ... (From OE-Core rev: 0f7ada89ef8ed65eee8ada5e766999af7771c2c8) Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 lines
133 B
Bash
5 lines
133 B
Bash
#!/bin/sh
|
|
|
|
abs_ptestdir=`echo "$(cd "$(dirname "$0")"; pwd)"`
|
|
make -C $abs_ptestdir/tests check-TESTS abs_top_srcdir="$abs_ptestdir"
|