summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/valgrind/valgrind/run-ptest
blob: 7d0584ada90d5b06c2d55c8c0924c97d21fda5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/bash
# 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