Files
poky/meta/recipes-devtools/valgrind/valgrind/run-ptest
Robert Yang cdfc515086 valgrind/oprofile/systemd: no bashism in run-ptest
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>
2014-08-28 15:12:44 +01:00

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