Skip to content

Commit

Permalink
configure: set valgrind --num-callers to 50 (max)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.metadecks.org/libremix/trunk@707 e2d53364-18fc-0310-981e-b60a84739af0
  • Loading branch information
conrad committed Apr 2, 2010
1 parent 008f5f4 commit 4e7509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ if test "x${ac_enable_valgrind}" = xyes ; then


AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no) AC_CHECK_PROG(HAVE_VALGRIND, valgrind, yes, no)
if test "x$HAVE_VALGRIND" = xyes ; then if test "x$HAVE_VALGRIND" = xyes ; then
VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers=100" VALGRIND_ENVIRONMENT="$VALGRIND_ENVIRONMENT valgrind -q --leak-check=yes --show-reachable=yes --num-callers=50"
AC_SUBST(VALGRIND_ENVIRONMENT) AC_SUBST(VALGRIND_ENVIRONMENT)
TESTS_INFO="'make check' test suite will be run under: TESTS_INFO="'make check' test suite will be run under:
${VALGRIND_ENVIRONMENT}" ${VALGRIND_ENVIRONMENT}"
Expand Down

0 comments on commit 4e7509f

Please sign in to comment.