blob: 86df128c1e67328d1a67dfa413cb18f440d80b4d [file] [log] [blame]
#!/bin/sh
# This ensures it works when invoked from any directory.
d=`dirname $0`
# We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
# 'inner' builds.
VALGRIND_LIB=$d/.in_place \
VALGRIND_LIB_INNER=$d/.in_place \
$d/coregrind/valgrind "$@"