Lines Matching refs:tests

12            file://0001-tests-do-not-run-test-applications-from-.libs.patch \
35 make -C tests all
39 install -d "${D}${PTEST_PATH}/tests"
42 for d in $(find "${S}/tests" -type d -printf '%P ') ; do
43 install -d "${D}${PTEST_PATH}/tests/$d"
44 find "${S}/tests/$d" -maxdepth 1 -executable -type f \
45 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} +
46 find "${S}/tests/$d" -maxdepth 1 -name *.sh \
47 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \;
48 find "${S}/tests/$d" -maxdepth 1 -name *.py \
49 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \;
50 find "${S}/tests/$d" -maxdepth 1 -name *.expect \
51 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \;
53 install -d "${D}${PTEST_PATH}/tests/data/ctf-traces/"
54 cp -a ${S}/tests/data/ctf-traces/* ${D}${PTEST_PATH}/tests/data/ctf-traces/
56 # Copy the tests directory tree and the executables and
58 install -D "${B}/tests/Makefile" "${D}${PTEST_PATH}/tests/"
59 for d in $(find "${B}/tests" -type d -not -name .libs -printf '%P ') ; do
60 install -d "${D}${PTEST_PATH}/tests/$d"
61 find "${B}/tests/$d" -maxdepth 1 -executable -type f \
62 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} +
63 test -r "${B}/tests/$d/Makefile" && \
64 install -t "${D}${PTEST_PATH}/tests/$d" "${B}/tests/$d/Makefile"
65 find "${B}/tests/$d" -maxdepth 1 -name *.sh \
66 -exec install -t "${D}${PTEST_PATH}/tests/$d" {} \;
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
71 cp ${B}/tests/$d/$f ${D}${PTEST_PATH}/tests/`dirname $d`/$f
92 rm -rf ${D}${PTEST_PATH}/tests/data/plugins/flt.lttng-utils.debug-info/*