Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libgpiod/files/
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"