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