allwinner_a64/lichee/buildroot/package/valgrind/valgrind.sh
2018-08-08 14:16:19 +08:00

10 lines
246 B
Bash
Executable file

#!/bin/sh -e
#
# Valgrind wrapper
# Use special suppression file for uClibc
export VALGRIND_OPTS="$VALGRIND_OPTS --suppressions=/usr/lib/valgrind/uclibc.supp"
# Use 'exec' to avoid having another shell process hanging around.
exec $0.bin "$@"