blob: 86df128c1e67328d1a67dfa413cb18f440d80b4d [file] [log] [blame]
bart004dc0b2008-04-27 07:42:52 +00001#!/bin/sh
2
njn7bbc8d62007-02-19 04:09:24 +00003# This ensures it works when invoked from any directory.
4d=`dirname $0`
5
njna7a16eb2007-02-19 04:16:09 +00006# We set both VALGRIND_LIB and VALGRIND_LIB_INNER to handle normal and
7# 'inner' builds.
njn7bbc8d62007-02-19 04:09:24 +00008VALGRIND_LIB=$d/.in_place \
9 VALGRIND_LIB_INNER=$d/.in_place \
10 $d/coregrind/valgrind "$@"
11