mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 18:32:20 +02:00
There is no bashism in the scripts, so use /bin/sh, and add /bin/sh interpreter for systemd's run-ptest. (From OE-Core rev: 62d455f89fb1d2c22cf987bdbb56a55e6d031ce0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
425 B
Executable File
425 B
Executable File
#!/bin/sh
run-ptest - 'ptest' test infrastructure shell script that
wraps the valgrind regression script vg_regtest.
Must be run in the /usr/lib/valgrind/ptest directory.
Dave Lerner dave.lerner@windriver.com
###############################################################
VALGRINDLIB=@libdir@/valgrind
tests/vg_regtest --all
--valgrind=/usr/bin/valgrind --valgrind-lib=$VALGRINDLIB
--yocto-ptest