Home
last modified time | relevance | path

Searched refs:testbin (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-1.x/
H A Drun-ptest8 for testbin in $testbins; do
9 if test -e ./$testbin; then
10 ./$testbin > ./$testbin.out 2>&1
12 echo "FAIL: $testbin"
14 echo "PASS: $testbin"
17 echo "SKIP: $testbin"
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/libgpiod/libgpiod-2.x/
H A Drun-ptest13 for testbin in $testbins; do
14 if test -e ./$testbin; then
15 ./$testbin > ./$testbin.out 2>&1
17 echo "FAIL: $testbin"
19 echo "PASS: $testbin"
22 echo "SKIP: $testbin"