summaryrefslogtreecommitdiff
path: root/test/valgrind.sh
blob: 03208306ae6c8fd87235032ba63478d1db6a160c (plain)
1
2
3
4
if [ -z "$DISABLE_VALGRIND" ]; then
	VALGRIND=valgrind
	VALGRIND_OPTS="-q --error-exitcode=1 --leak-check=full --show-reachable=yes"
fi