blob: c13ed9305017da2b688e1a125a67ef2794fd50e7 [file] [log] [blame]
njn7bbc8d62007-02-19 04:09:24 +00001# This ensures it works when invoked from any directory.
2d=`dirname $0`
3
njna7a16eb2007-02-19 04:16:09 +00004# We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
5# 'inner' builds.
njn7bbc8d62007-02-19 04:09:24 +00006VALGRIND_LIB=$d/.in_place \
7 VALGRIND_LIB_INNER=$d/.in_place \
8 $d/coregrind/valgrind "$@"
9