blob: f9a72ec4a9fb7055f14cdee09aa2c1d6909542ef [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001#!/bin/sh
2
3# run-ptest - 'ptest' test infrastructure shell script that
4# wraps the valgrind regression script vg_regtest.
5# Must be run in the /usr/lib/valgrind/ptest directory.
6#
7# Dave Lerner <dave.lerner@windriver.com>
8###############################################################
9VALGRINDLIB=@libdir@/valgrind
10tests/vg_regtest --all \
11 --valgrind=/usr/bin/valgrind --valgrind-lib=$VALGRINDLIB \
12 --yocto-ptest