Lines Matching refs:find
42 for d in $(find "${S}/tests" -type d -printf '%P ') ; do
44 find "${S}/tests/$d" -maxdepth 1 -executable -type f \
46 find "${S}/tests/$d" -maxdepth 1 -name *.sh \
48 find "${S}/tests/$d" -maxdepth 1 -name *.py \
50 find "${S}/tests/$d" -maxdepth 1 -name *.expect \
59 for d in $(find "${B}/tests" -type d -not -name .libs -printf '%P ') ; do
61 find "${B}/tests/$d" -maxdepth 1 -executable -type f \
65 find "${B}/tests/$d" -maxdepth 1 -name *.sh \
69 for d in $(find "${B}/tests" -type d -name .libs -printf '%P ') ; do
70 for f in $(find "${B}/tests/$d" -maxdepth 1 -executable -type f -printf '%P ') ; do
77 find "${D}${PTEST_PATH}" -name Makefile -type f -exec \